Vertical alignment in TS

This commit is contained in:
teinarss
2019-05-31 19:01:58 +02:00
committed by abcdefg30
parent 95874ccfde
commit b647d46196
5 changed files with 14 additions and 14 deletions

View File

@@ -97,7 +97,7 @@ Background@COLOR_CHOOSER:
Label@LABEL: Label@LABEL:
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 10 Height: 13
Align: Center Align: Center
Text: Preset Colors Text: Preset Colors
Container@PRESET_AREA: Container@PRESET_AREA:
@@ -122,7 +122,7 @@ Background@COLOR_CHOOSER:
Label@LABEL: Label@LABEL:
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 10 Height: 13
Align: Center Align: Center
Text: Custom Colors Text: Custom Colors
Container@CUSTOM_AREA: Container@CUSTOM_AREA:

View File

@@ -12,7 +12,7 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE:
Label@LABEL: Label@LABEL:
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 10 Height: 13
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT - 27 Width: PARENT_RIGHT - 27
@@ -88,7 +88,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE:
Label@LABEL: Label@LABEL:
Font: TinyBold Font: TinyBold
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 10 Height: 13
Align: Center Align: Center
ScrollItem@TEMPLATE: ScrollItem@TEMPLATE:
Width: PARENT_RIGHT - 27 Width: PARENT_RIGHT - 27
@@ -121,7 +121,7 @@ ScrollPanel@NEWS_PANEL:
Children: Children:
Container@NEWS_ITEM_TEMPLATE: Container@NEWS_ITEM_TEMPLATE:
X: 10 X: 10
Y: 5 Y: 6
Width: PARENT_RIGHT - 40 Width: PARENT_RIGHT - 40
Height: 45 Height: 45
Children: Children:
@@ -142,7 +142,7 @@ ScrollPanel@NEWS_PANEL:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Label@NEWS_STATUS: Label@NEWS_STATUS:
X: 80 X: 80
Y: 0 Y: 1
Width: PARENT_RIGHT - 80 - 80 - 24 Width: PARENT_RIGHT - 80 - 80 - 24
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Align: Center Align: Center

View File

@@ -5,7 +5,7 @@ Container@DEBUG_PANEL:
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
Label@TITLE: Label@TITLE:
Y: 25 Y: 26
Font: Bold Font: Bold
Text: Debug Options Text: Debug Options
Align: Center Align: Center

View File

@@ -14,13 +14,13 @@ Container@GAME_INFO_PANEL:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: PARENT_BOTTOM - 25 Height: PARENT_BOTTOM - 25
Label@TITLE: Label@TITLE:
Y: 20 Y: 21
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Align: Center Align: Center
Font: Bold Font: Bold
Label@TITLE_NO_TABS: Label@TITLE_NO_TABS:
Y: 45 Y: 46
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 25 Height: 25
Align: Center Align: Center

View File

@@ -411,7 +411,7 @@ Container@PLAYER_WIDGETS:
Label@GAME_TIMER: Label@GAME_TIMER:
Logic: GameTimerLogic Logic: GameTimerLogic
X: 10 X: 10
Y: 0 - 1 Y: 1
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: 22 Height: 22
Align: Center Align: Center
@@ -419,7 +419,7 @@ Container@PLAYER_WIDGETS:
LabelWithTooltip@CASH: LabelWithTooltip@CASH:
Logic: IngameCashCounterLogic Logic: IngameCashCounterLogic
X: 31 X: 31
Y: 0 - 2 Y: 0
Width: 50 Width: 50
Height: 22 Height: 22
Font: Bold Font: Bold
@@ -430,13 +430,13 @@ Container@PLAYER_WIDGETS:
Image@CASH_ICON: Image@CASH_ICON:
Logic: AddFactionSuffixLogic Logic: AddFactionSuffixLogic
X: 0 - 17 X: 0 - 17
Y: 5 Y: 3
ImageCollection: cash-icons ImageCollection: cash-icons
ImageName: cash-normal ImageName: cash-normal
LabelWithTooltip@POWER: LabelWithTooltip@POWER:
Logic: IngamePowerCounterLogic Logic: IngamePowerCounterLogic
X: PARENT_RIGHT - WIDTH - 30 X: PARENT_RIGHT - WIDTH - 30
Y: 0 - 2 Y: 0
Width: 50 Width: 50
Height: 22 Height: 22
Align: Right Align: Right
@@ -448,7 +448,7 @@ Container@PLAYER_WIDGETS:
Image@POWER_ICON: Image@POWER_ICON:
Logic: AddFactionSuffixLogic Logic: AddFactionSuffixLogic
X: PARENT_RIGHT + 0 X: PARENT_RIGHT + 0
Y: 5 Y: 3
ImageCollection: power-icons ImageCollection: power-icons
ImageName: power-normal ImageName: power-normal
Container@SIDEBAR_PRODUCTION: Container@SIDEBAR_PRODUCTION: