Skip to content

Commit

Permalink
tloadscreen: Minor rearrangement of elements
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Apr 6, 2016
1 parent 4af1220 commit 8cbd358
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions data/gui/window/loadscreen.cfg
Expand Up @@ -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]
Expand Down Expand Up @@ -75,7 +75,7 @@
{_GUI_PADDING}

[row]
grow_factor = 1
grow_factor = 2

[column]
grow_factor = 1
Expand All @@ -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
Expand All @@ -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]

Expand Down

0 comments on commit 8cbd358

Please sign in to comment.