tlobby_main: fix misalignment of game listbox borders
This commit is contained in:
parent
344955e4c1
commit
3bfc17a9e9
1 changed files with 3 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
#define GAMELISTBOX
|
||||
border = "all"
|
||||
border_size = 5
|
||||
|
||||
|
||||
[listbox]
|
||||
id = "game_list"
|
||||
definition = "default"
|
||||
|
@ -794,6 +794,8 @@ border_size = 5
|
|||
[column]
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
border = "all"
|
||||
border_size = 5
|
||||
{GUI_FORCE_OUTLINED_WIDGET_MINIMUM_SIZE
|
||||
0 "((screen_height * 30) / 100)"
|
||||
5 1 {GUI__BORDER_COLOR_BRIGHT} (
|
||||
|
|
Loading…
Add table
Reference in a new issue