Removed some unnecessary minimum size forcing
Using grow factors properly removes the need for these as long as the chatboxes are set to a minimum size
This commit is contained in:
parent
cea34e70bd
commit
0ac4c0fcfa
3 changed files with 6 additions and 11 deletions
|
@ -895,13 +895,12 @@
|
|||
[row]
|
||||
grow_factor = 1
|
||||
[column]
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
{GUI_FORCE_WIDGET_MINIMUM_SIZE 0 "((screen_height * 55) / 100)" (
|
||||
border = "all"
|
||||
border_size = 5
|
||||
{GAMELISTBOX}
|
||||
)}
|
||||
|
||||
{GAMELISTBOX}
|
||||
[/column]
|
||||
[/row]
|
||||
|
||||
|
|
|
@ -537,9 +537,7 @@
|
|||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
|
||||
{GUI_FORCE_WIDGET_MINIMUM_SIZE 0 "((screen_height * 55) / 100)" (
|
||||
{_GUI_SIDE_LIST}
|
||||
)}
|
||||
{_GUI_SIDE_LIST}
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
|
|
@ -672,9 +672,7 @@
|
|||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
|
||||
{GUI_FORCE_WIDGET_MINIMUM_SIZE 0 "((screen_height * 55) / 100)" (
|
||||
{_GUI_SIDE_LIST}
|
||||
)}
|
||||
{_GUI_SIDE_LIST}
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
|
Loading…
Add table
Reference in a new issue