mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Fix oversize headers on Android
This commit is contained in:
parent
b91ff8a9fc
commit
d95145819f
|
@ -48,7 +48,7 @@ vec4 CMenus::ms_ColorTabbarActiveIngame;
|
||||||
|
|
||||||
#if defined(__ANDROID__)
|
#if defined(__ANDROID__)
|
||||||
float CMenus::ms_ButtonHeight = 50.0f;
|
float CMenus::ms_ButtonHeight = 50.0f;
|
||||||
float CMenus::ms_ListheaderHeight = 50.0f;
|
float CMenus::ms_ListheaderHeight = 17.0f;
|
||||||
float CMenus::ms_ListitemAdditionalHeight = 33.0f;
|
float CMenus::ms_ListitemAdditionalHeight = 33.0f;
|
||||||
#else
|
#else
|
||||||
float CMenus::ms_ButtonHeight = 25.0f;
|
float CMenus::ms_ButtonHeight = 25.0f;
|
||||||
|
|
Loading…
Reference in a new issue