Fix oversize headers on Android

This commit is contained in:
def 2015-06-22 01:39:08 +02:00
parent b91ff8a9fc
commit d95145819f

View file

@ -48,7 +48,7 @@ vec4 CMenus::ms_ColorTabbarActiveIngame;
#if defined(__ANDROID__)
float CMenus::ms_ButtonHeight = 50.0f;
float CMenus::ms_ListheaderHeight = 50.0f;
float CMenus::ms_ListheaderHeight = 17.0f;
float CMenus::ms_ListitemAdditionalHeight = 33.0f;
#else
float CMenus::ms_ButtonHeight = 25.0f;