tlobby_main: improved formula for game listbox min height

This commit is contained in:
Charles Dang 2016-04-10 07:14:51 +11:00
parent 3bfc17a9e9
commit f77b3d7a6f

View file

@ -797,7 +797,7 @@ border_size = 5
border = "all"
border_size = 5
{GUI_FORCE_OUTLINED_WIDGET_MINIMUM_SIZE
0 "((screen_height * 30) / 100)"
0 "((screen_height * if(screen_height < 800, 30, 50)) / 100)"
5 1 {GUI__BORDER_COLOR_BRIGHT} (
{GAMELISTBOX}
)}