diff --git a/mods/ts/chrome/color-picker.yaml b/mods/ts/chrome/color-picker.yaml index 03940176b9..6ad2a2dd60 100644 --- a/mods/ts/chrome/color-picker.yaml +++ b/mods/ts/chrome/color-picker.yaml @@ -97,7 +97,7 @@ Background@COLOR_CHOOSER: Label@LABEL: Font: TinyBold Width: PARENT_RIGHT - Height: 10 + Height: 13 Align: Center Text: Preset Colors Container@PRESET_AREA: @@ -122,7 +122,7 @@ Background@COLOR_CHOOSER: Label@LABEL: Font: TinyBold Width: PARENT_RIGHT - Height: 10 + Height: 13 Align: Center Text: Custom Colors Container@CUSTOM_AREA: diff --git a/mods/ts/chrome/dropdowns.yaml b/mods/ts/chrome/dropdowns.yaml index fcb80c14a5..409641d3ab 100644 --- a/mods/ts/chrome/dropdowns.yaml +++ b/mods/ts/chrome/dropdowns.yaml @@ -12,7 +12,7 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE: Label@LABEL: Font: TinyBold Width: PARENT_RIGHT - Height: 10 + Height: 13 Align: Center ScrollItem@TEMPLATE: Width: PARENT_RIGHT - 27 @@ -88,7 +88,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE: Label@LABEL: Font: TinyBold Width: PARENT_RIGHT - Height: 10 + Height: 13 Align: Center ScrollItem@TEMPLATE: Width: PARENT_RIGHT - 27 @@ -121,7 +121,7 @@ ScrollPanel@NEWS_PANEL: Children: Container@NEWS_ITEM_TEMPLATE: X: 10 - Y: 5 + Y: 6 Width: PARENT_RIGHT - 40 Height: 45 Children: @@ -142,7 +142,7 @@ ScrollPanel@NEWS_PANEL: Width: PARENT_RIGHT Label@NEWS_STATUS: X: 80 - Y: 0 + Y: 1 Width: PARENT_RIGHT - 80 - 80 - 24 Height: PARENT_BOTTOM Align: Center diff --git a/mods/ts/chrome/ingame-debug.yaml b/mods/ts/chrome/ingame-debug.yaml index 89c31a83b9..013e81d353 100644 --- a/mods/ts/chrome/ingame-debug.yaml +++ b/mods/ts/chrome/ingame-debug.yaml @@ -5,7 +5,7 @@ Container@DEBUG_PANEL: Height: PARENT_BOTTOM Children: Label@TITLE: - Y: 25 + Y: 26 Font: Bold Text: Debug Options Align: Center diff --git a/mods/ts/chrome/ingame-info.yaml b/mods/ts/chrome/ingame-info.yaml index 2365bed0e3..35c7a6d582 100644 --- a/mods/ts/chrome/ingame-info.yaml +++ b/mods/ts/chrome/ingame-info.yaml @@ -14,13 +14,13 @@ Container@GAME_INFO_PANEL: Width: PARENT_RIGHT Height: PARENT_BOTTOM - 25 Label@TITLE: - Y: 20 + Y: 21 Width: PARENT_RIGHT Height: 25 Align: Center Font: Bold Label@TITLE_NO_TABS: - Y: 45 + Y: 46 Width: PARENT_RIGHT Height: 25 Align: Center diff --git a/mods/ts/chrome/ingame-player.yaml b/mods/ts/chrome/ingame-player.yaml index 5d4c87f01c..03255a9c1c 100644 --- a/mods/ts/chrome/ingame-player.yaml +++ b/mods/ts/chrome/ingame-player.yaml @@ -411,7 +411,7 @@ Container@PLAYER_WIDGETS: Label@GAME_TIMER: Logic: GameTimerLogic X: 10 - Y: 0 - 1 + Y: 1 Width: PARENT_RIGHT Height: 22 Align: Center @@ -419,7 +419,7 @@ Container@PLAYER_WIDGETS: LabelWithTooltip@CASH: Logic: IngameCashCounterLogic X: 31 - Y: 0 - 2 + Y: 0 Width: 50 Height: 22 Font: Bold @@ -430,13 +430,13 @@ Container@PLAYER_WIDGETS: Image@CASH_ICON: Logic: AddFactionSuffixLogic X: 0 - 17 - Y: 5 + Y: 3 ImageCollection: cash-icons ImageName: cash-normal LabelWithTooltip@POWER: Logic: IngamePowerCounterLogic X: PARENT_RIGHT - WIDTH - 30 - Y: 0 - 2 + Y: 0 Width: 50 Height: 22 Align: Right @@ -448,7 +448,7 @@ Container@PLAYER_WIDGETS: Image@POWER_ICON: Logic: AddFactionSuffixLogic X: PARENT_RIGHT + 0 - Y: 5 + Y: 3 ImageCollection: power-icons ImageName: power-normal Container@SIDEBAR_PRODUCTION: