Vertical alignment in RA

This commit is contained in:
teinarss
2019-05-31 18:41:00 +02:00
committed by abcdefg30
parent ed1250b14d
commit 95874ccfde
2 changed files with 9 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ Container@GAMESAVE_LOADING_SCREEN:
ImageName: logo ImageName: logo
Label@TITLE: Label@TITLE:
Width: WINDOW_RIGHT Width: WINDOW_RIGHT
Y: 3 * WINDOW_BOTTOM / 4 - 30 Y: 3 * WINDOW_BOTTOM / 4 - 29
Height: 25 Height: 25
Font: Bold Font: Bold
Align: Center Align: Center
@@ -30,7 +30,7 @@ Container@GAMESAVE_LOADING_SCREEN:
Bar: observer-scrollpanel-button Bar: observer-scrollpanel-button
Label@DESC: Label@DESC:
Width: WINDOW_RIGHT Width: WINDOW_RIGHT
Y: 3 * WINDOW_BOTTOM / 4 + 20 Y: 3 * WINDOW_BOTTOM / 4 + 19
Height: 25 Height: 25
Font: Regular Font: Regular
Align: Center Align: Center

View File

@@ -410,17 +410,17 @@ Container@PLAYER_WIDGETS:
Label@GAME_TIMER: Label@GAME_TIMER:
Logic: GameTimerLogic Logic: GameTimerLogic
X: 3 X: 3
Y: 263 Y: 264
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 22 Height: 23
Align: Center Align: Center
Font: TinyBold Font: TinyBold
LabelWithTooltip@CASH: LabelWithTooltip@CASH:
Logic: IngameCashCounterLogic Logic: IngameCashCounterLogic
X: 35 X: 35
Y: 262 Y: 264
Width: 50 Width: 50
Height: 22 Height: 23
Font: Bold Font: Bold
Text: {0} Text: {0}
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
@@ -428,9 +428,9 @@ Container@PLAYER_WIDGETS:
LabelWithTooltip@POWER: LabelWithTooltip@POWER:
Logic: IngamePowerCounterLogic Logic: IngamePowerCounterLogic
X: PARENT_RIGHT - WIDTH - 30 X: PARENT_RIGHT - WIDTH - 30
Y: 262 Y: 264
Width: 50 Width: 50
Height: 22 Height: 23
Align: Right Align: Right
Font: Bold Font: Bold
Text: {0} Text: {0}
@@ -439,7 +439,7 @@ Container@PLAYER_WIDGETS:
Children: Children:
Image@POWER_ICON: Image@POWER_ICON:
X: PARENT_RIGHT + 4 X: PARENT_RIGHT + 4
Y: 5 Y: 3
ImageCollection: power-icons ImageCollection: power-icons
ImageName: power-normal ImageName: power-normal
Container@SIDEBAR_PRODUCTION: Container@SIDEBAR_PRODUCTION: