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:
Charles Dang 2016-10-12 15:41:38 +11:00
parent cea34e70bd
commit 0ac4c0fcfa
3 changed files with 6 additions and 11 deletions

View file

@ -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]

View file

@ -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]

View file

@ -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]