tloadscreen: better calculations for positioning spacers
This allows the loadscreen to look good on both small and large resolutions
This commit is contained in:
parent
876710af8c
commit
5afdb0f72a
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@
|
|||
[row]
|
||||
|
||||
[column]
|
||||
|
||||
|
||||
[spacer]
|
||||
height = "((screen_height - 400) / 4)"
|
||||
height = "((screen_height - if(screen_height < 800, 400, 0)) / 4)"
|
||||
[/spacer]
|
||||
|
||||
[/column]
|
||||
|
|
Loading…
Add table
Reference in a new issue