Fix overlap of in-game UI elements when using low resolutions

Fixes #6579
This commit is contained in:
Oliver Brakmann
2014-09-27 17:55:36 +02:00
parent 5d1d6d6d08
commit 403e7ec929
4 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ Container@INGAME_MENU:
Font: Regular
Contrast: True
Background@MENU_BUTTONS:
X: 100
X: 13 + (WINDOW_RIGHT - 522) / 4 - WIDTH / 2
Y: (WINDOW_BOTTOM - HEIGHT)/2
Width: 200
Height: 295

View File

@@ -8,7 +8,7 @@ Container@MAINMENU:
Font: Regular
Contrast: True
Container@MENUS:
X: 100
X: 13 + (WINDOW_RIGHT - 522) / 4 - WIDTH / 2
Y: WINDOW_BOTTOM/2-HEIGHT/2
Width: 200
Height: 320