tloadscreen: Minor rearrangement of elements
This commit is contained in:
parent
4af12203d8
commit
8cbd358baf
1 changed files with 15 additions and 15 deletions
|
@ -45,7 +45,7 @@
|
|||
[column]
|
||||
|
||||
[spacer]
|
||||
height = "((screen_height - if(screen_height < 800, 400, 0)) / 4)"
|
||||
height = "((screen_height - if(screen_height < 800, 200, 0)) / 3.5)"
|
||||
[/spacer]
|
||||
|
||||
[/column]
|
||||
|
@ -75,7 +75,7 @@
|
|||
{_GUI_PADDING}
|
||||
|
||||
[row]
|
||||
grow_factor = 1
|
||||
grow_factor = 2
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
|
@ -100,22 +100,20 @@
|
|||
grow_factor = 1
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_grow = "true"
|
||||
horizontal_alignment = "center"
|
||||
vertical_alignment = "center"
|
||||
|
||||
[label]
|
||||
text_alignment = "center"
|
||||
definition = "default_large"
|
||||
id = "status"
|
||||
label = _ "Loading..."
|
||||
[/label]
|
||||
[image]
|
||||
definition = "decoration"
|
||||
label = "misc/loadscreen_decor.png"
|
||||
[/image]
|
||||
|
||||
[/column]
|
||||
|
||||
[/row]
|
||||
|
||||
[row]
|
||||
grow_factor = 0
|
||||
grow_factor = 1
|
||||
|
||||
[column]
|
||||
grow_factor = 1
|
||||
|
@ -142,13 +140,15 @@
|
|||
grow_factor = 1
|
||||
border = "all"
|
||||
border_size = 5
|
||||
horizontal_alignment = "center"
|
||||
horizontal_grow = "true"
|
||||
vertical_alignment = "center"
|
||||
|
||||
[image]
|
||||
definition = "decoration"
|
||||
label = "misc/loadscreen_decor.png"
|
||||
[/image]
|
||||
[label]
|
||||
text_alignment = "center"
|
||||
definition = "default_large"
|
||||
id = "status"
|
||||
label = _ "Loading..."
|
||||
[/label]
|
||||
|
||||
[/column]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue