MP Create: fixed some layout issues on smaller resolutions
This commit is contained in:
parent
62a299d1eb
commit
7cf6df5910
1 changed files with 13 additions and 13 deletions
|
@ -161,14 +161,6 @@
|
|||
[/grid]
|
||||
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
||||
[spacer]
|
||||
width = 40
|
||||
[/spacer]
|
||||
[/column]
|
||||
|
||||
[column]
|
||||
grow_factor = 0
|
||||
|
@ -548,6 +540,7 @@
|
|||
grow_factor = 0
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
horizontal_grow = "true"
|
||||
|
||||
[grid]
|
||||
|
@ -670,6 +663,7 @@
|
|||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
horizontal_grow = "true"
|
||||
|
||||
[grid]
|
||||
|
@ -698,7 +692,7 @@
|
|||
|
||||
[spacer]
|
||||
id = "random_start_time"
|
||||
width = "(screen_width / 2.25)"
|
||||
width = "(if(screen_width > 1280, (screen_width / 2.25), 0))"
|
||||
[/spacer]
|
||||
|
||||
[/column]
|
||||
|
@ -939,7 +933,7 @@
|
|||
border_size = 5
|
||||
#horizontal_alignment = "left"
|
||||
|
||||
{GUI_FORCE_WIDGET_MINIMUM_SIZE 250 250 (
|
||||
{GUI_FORCE_WIDGET_MINIMUM_SIZE "(if(screen_width <= 1280, 175, 250))" "(if(screen_width <= 1280, 175, 250))" (
|
||||
[minimap]
|
||||
id = "minimap"
|
||||
definition = "no_size"
|
||||
|
@ -1146,10 +1140,12 @@
|
|||
horizontal_grow = "true"
|
||||
border = "all"
|
||||
border_size = 5
|
||||
|
||||
|
||||
[scroll_label]
|
||||
id = "description"
|
||||
definition = "default"
|
||||
|
||||
horizontal_scrollbar_mode = "never"
|
||||
[/scroll_label]
|
||||
|
||||
[/column]
|
||||
|
@ -1164,6 +1160,7 @@
|
|||
[column]
|
||||
grow_factor = 0
|
||||
horizontal_grow = "true"
|
||||
vertical_grow = "true"
|
||||
|
||||
[grid]
|
||||
|
||||
|
@ -1175,6 +1172,7 @@
|
|||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_grow = "true"
|
||||
vertical_alignment = "top"
|
||||
|
||||
[combobox]
|
||||
id = "game_type"
|
||||
|
@ -1218,6 +1216,7 @@
|
|||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_grow = "true"
|
||||
vertical_alignment = "top"
|
||||
[listbox]
|
||||
id = "map_list"
|
||||
definition = "default"
|
||||
|
@ -1485,6 +1484,7 @@
|
|||
[row]
|
||||
|
||||
[column]
|
||||
horizontal_grow = "true"
|
||||
|
||||
[stacked_widget]
|
||||
id = "pager"
|
||||
|
@ -1546,7 +1546,7 @@
|
|||
horizontal_alignment = "right"
|
||||
[button]
|
||||
id = "ok"
|
||||
definition = "large"
|
||||
definition = "default"
|
||||
|
||||
label = _ "Create Game"
|
||||
[/button]
|
||||
|
@ -1561,7 +1561,7 @@
|
|||
horizontal_alignment = "left"
|
||||
[button]
|
||||
id = "cancel"
|
||||
definition = "large"
|
||||
definition = "default"
|
||||
|
||||
label = _ "Cancel"
|
||||
[/button]
|
||||
|
|
Loading…
Add table
Reference in a new issue