tlobby_main: improved formula for game listbox min height
This commit is contained in:
parent
3bfc17a9e9
commit
f77b3d7a6f
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue