Skip to content

Commit

Permalink
tloadscreen: better calculations for positioning spacers
Browse files Browse the repository at this point in the history
This allows the loadscreen to look good on both small and large resolutions
  • Loading branch information
Vultraz committed Mar 31, 2016
1 parent 876710a commit 5afdb0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/gui/window/loadscreen.cfg
Expand Up @@ -43,9 +43,9 @@
[row]

[column]

[spacer]
height = "((screen_height - 400) / 4)"
height = "((screen_height - if(screen_height < 800, 400, 0)) / 4)"
[/spacer]

[/column]
Expand Down

0 comments on commit 5afdb0f

Please sign in to comment.