From ca6aa5ebf1709b6a019210c903898d93aa667a71 Mon Sep 17 00:00:00 2001 From: RoosterDragon Date: Sat, 20 Jan 2024 10:22:33 +0000 Subject: [PATCH] Adjust widget sizes to ensure they accommodate the English translation text. Some existing widget are too small to accommodate their text. Adjust their sizes to fit. Text can be rendered outside the widget bounds so visually this often has no impact, but adjusting this now will help in the future for checking translation text for other languages fit in their widgets. --- mods/cnc/chrome/assetbrowser.yaml | 5 ++-- mods/cnc/chrome/connection.yaml | 9 ++++--- mods/cnc/chrome/credits.yaml | 3 ++- mods/cnc/chrome/dialogs.yaml | 9 ++++--- mods/cnc/chrome/editor.yaml | 6 +++-- mods/cnc/chrome/gamesave-browser.yaml | 6 +++-- mods/cnc/chrome/ingame-debug.yaml | 6 +++-- mods/cnc/chrome/ingame-info.yaml | 3 ++- mods/cnc/chrome/ingame-infostats.yaml | 2 +- mods/cnc/chrome/ingame.yaml | 8 ++++--- mods/cnc/chrome/lobby-players.yaml | 4 ++-- mods/cnc/chrome/lobby.yaml | 3 ++- mods/cnc/chrome/mainmenu-prompts.yaml | 24 +++++++++++++++++-- mods/cnc/chrome/mapchooser.yaml | 3 ++- mods/cnc/chrome/missionbrowser.yaml | 3 ++- mods/cnc/chrome/multiplayer-browser.yaml | 3 ++- mods/cnc/chrome/multiplayer-createserver.yaml | 3 ++- .../cnc/chrome/multiplayer-directconnect.yaml | 7 +++--- mods/cnc/chrome/music.yaml | 3 ++- mods/cnc/chrome/replaybrowser.yaml | 3 ++- mods/cnc/chrome/settings-hotkeys.yaml | 2 +- mods/cnc/chrome/settings-input.yaml | 18 ++++++++++++++ mods/cnc/chrome/settings.yaml | 3 ++- mods/cnc/chrome/tooltips.yaml | 6 ++++- mods/common/chrome/assetbrowser.yaml | 2 +- mods/common/chrome/ingame-debug.yaml | 6 +++-- mods/common/chrome/ingame-infostats.yaml | 2 +- mods/common/chrome/lobby-players.yaml | 4 ++-- mods/common/chrome/mainmenu-prompts.yaml | 18 ++++++++++++++ .../chrome/multiplayer-directconnect.yaml | 4 ++-- mods/common/chrome/settings-hotkeys.yaml | 2 +- mods/common/chrome/settings-input.yaml | 18 ++++++++++++++ mods/common/chrome/tooltips.yaml | 6 ++++- mods/d2k/chrome/ingame-infostats.yaml | 2 +- mods/d2k/chrome/ingame-observer.yaml | 2 +- mods/d2k/chrome/lobby-players.yaml | 4 ++-- mods/d2k/chrome/tooltips.yaml | 6 ++++- mods/ra/chrome/ingame-observer.yaml | 2 +- mods/ts/chrome/assetbrowser.yaml | 4 ++-- mods/ts/chrome/ingame-debug.yaml | 6 +++-- mods/ts/chrome/ingame-observer.yaml | 2 +- mods/ts/chrome/settings-hotkeys.yaml | 2 +- 42 files changed, 175 insertions(+), 59 deletions(-) diff --git a/mods/cnc/chrome/assetbrowser.yaml b/mods/cnc/chrome/assetbrowser.yaml index 6ea68991b94f..b3f99fe55b1f 100644 --- a/mods/cnc/chrome/assetbrowser.yaml +++ b/mods/cnc/chrome/assetbrowser.yaml @@ -8,7 +8,8 @@ Container@ASSETBROWSER_PANEL: LogicTicker@ANIMATION_TICKER: Label@ASSETBROWSER_TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center @@ -77,7 +78,7 @@ Container@ASSETBROWSER_PANEL: Label@SPRITE_SCALE: X: PARENT_RIGHT - WIDTH - 440 Y: 31 - Width: 40 + Width: 50 Height: 25 Font: Bold Align: Left diff --git a/mods/cnc/chrome/connection.yaml b/mods/cnc/chrome/connection.yaml index 3b93210f1153..27ea42700943 100644 --- a/mods/cnc/chrome/connection.yaml +++ b/mods/cnc/chrome/connection.yaml @@ -7,7 +7,8 @@ Container@CONNECTING_PANEL: Children: Label@CONNECTING_TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center @@ -41,7 +42,8 @@ Container@CONNECTIONFAILED_PANEL: LogicTicker@CONNECTION_FAILED_TICKER: Label@TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center @@ -106,7 +108,8 @@ Container@CONNECTION_SWITCHMOD_PANEL: Children: Label@TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center diff --git a/mods/cnc/chrome/credits.yaml b/mods/cnc/chrome/credits.yaml index 3bbc815a5aab..f200686a302f 100644 --- a/mods/cnc/chrome/credits.yaml +++ b/mods/cnc/chrome/credits.yaml @@ -7,7 +7,8 @@ Container@CREDITS_PANEL: Children: Label@CREDITS_TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center diff --git a/mods/cnc/chrome/dialogs.yaml b/mods/cnc/chrome/dialogs.yaml index 004366c44130..fff0be90aecc 100644 --- a/mods/cnc/chrome/dialogs.yaml +++ b/mods/cnc/chrome/dialogs.yaml @@ -162,7 +162,8 @@ Background@THREEBUTTON_PROMPT: Children: Label@PROMPT_TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center @@ -205,7 +206,8 @@ Background@TWOBUTTON_PROMPT: Children: Label@PROMPT_TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center @@ -239,7 +241,8 @@ Container@TEXT_INPUT_PROMPT: Children: Label@PROMPT_TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center diff --git a/mods/cnc/chrome/editor.yaml b/mods/cnc/chrome/editor.yaml index 9fa41e362739..fa2f72eb6a07 100644 --- a/mods/cnc/chrome/editor.yaml +++ b/mods/cnc/chrome/editor.yaml @@ -8,7 +8,8 @@ Container@NEW_MAP_BG: Label@TITLE: Text: label-new-map-bg-title Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center @@ -85,7 +86,8 @@ Container@SAVE_MAP_PANEL: Label@LABEL_TITLE: Text: label-save-map-panel-title Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center diff --git a/mods/cnc/chrome/gamesave-browser.yaml b/mods/cnc/chrome/gamesave-browser.yaml index a58fb69d1e2c..b59040e4b742 100644 --- a/mods/cnc/chrome/gamesave-browser.yaml +++ b/mods/cnc/chrome/gamesave-browser.yaml @@ -7,7 +7,8 @@ Container@GAMESAVE_BROWSER_PANEL: Children: Label@LOAD_TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center @@ -15,7 +16,8 @@ Container@GAMESAVE_BROWSER_PANEL: Visible: False Label@SAVE_TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center diff --git a/mods/cnc/chrome/ingame-debug.yaml b/mods/cnc/chrome/ingame-debug.yaml index 99b62592ba4c..606173a3033a 100644 --- a/mods/cnc/chrome/ingame-debug.yaml +++ b/mods/cnc/chrome/ingame-debug.yaml @@ -4,11 +4,12 @@ Container@DEBUG_PANEL: Height: PARENT_BOTTOM Children: Label@TITLE: - Y: 26 + Y: 16 Font: Bold Text: label-debug-panel-title Align: Center Width: PARENT_RIGHT + Height: 20 Checkbox@INSTANT_BUILD: X: 45 Y: 45 @@ -76,11 +77,12 @@ Container@DEBUG_PANEL: Height: 35 Text: button-debug-panel-reset-exploration Label@VISUALIZATIONS_TITLE: - Y: 256 + Y: 246 Font: Bold Text: label-debug-panel-visualizations-title Align: Center Width: PARENT_RIGHT + Height: 20 Checkbox@SHOW_UNIT_PATHS: X: 45 Y: 275 diff --git a/mods/cnc/chrome/ingame-info.yaml b/mods/cnc/chrome/ingame-info.yaml index 02297da915f0..ddd359361d2b 100644 --- a/mods/cnc/chrome/ingame-info.yaml +++ b/mods/cnc/chrome/ingame-info.yaml @@ -8,7 +8,8 @@ Container@GAME_INFO_PANEL: Children: Label@TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Text: label-game-info-panel-title Align: Center Font: BigBold diff --git a/mods/cnc/chrome/ingame-infostats.yaml b/mods/cnc/chrome/ingame-infostats.yaml index e43edf65d694..9820702dcf9d 100644 --- a/mods/cnc/chrome/ingame-infostats.yaml +++ b/mods/cnc/chrome/ingame-infostats.yaml @@ -56,7 +56,7 @@ Container@SKIRMISH_STATS: Font: Bold Label@ACTIONS: X: 457 - Width: 20 + Width: 80 Height: 25 Text: label-stats-actions Font: Bold diff --git a/mods/cnc/chrome/ingame.yaml b/mods/cnc/chrome/ingame.yaml index 855c3a9c9f8e..57877997de26 100644 --- a/mods/cnc/chrome/ingame.yaml +++ b/mods/cnc/chrome/ingame.yaml @@ -417,7 +417,7 @@ Container@OBSERVER_WIDGETS: Container@ECONOMY_STATS_HEADERS: X: 0 Y: 0 - Width: 730 + Width: 735 Height: PARENT_BOTTOM Children: ColorBlock@HEADER_COLOR: @@ -490,7 +490,7 @@ Container@OBSERVER_WIDGETS: Shadow: True Label@DERRICKS_HEADER: X: 650 - Width: 75 + Width: 80 Height: PARENT_BOTTOM Font: Bold Text: label-economy-stats-derricks-header @@ -563,7 +563,7 @@ Container@OBSERVER_WIDGETS: Label@SUPPORT_POWERS_HEADER: X: 160 Y: 0 - Width: 100 + Width: 200 Height: PARENT_BOTTOM Font: Bold Text: label-support-powers-header @@ -1211,6 +1211,7 @@ Container@PLAYER_WIDGETS: ClickThrough: false Background: panel-black SupportPowers@SUPPORT_PALETTE: + IconSize: 64, 48 X: 1 Y: 1 TooltipContainer: TOOLTIP_CONTAINER @@ -1863,6 +1864,7 @@ Container@PLAYER_WIDGETS: Height: 50 Background: panel-black ProductionPalette@PRODUCTION_PALETTE: + IconSize: 64, 48 X: WINDOW_RIGHT - 5 - 17 - 194 Y: 320 Width: 192 diff --git a/mods/cnc/chrome/lobby-players.yaml b/mods/cnc/chrome/lobby-players.yaml index 997f62f31f81..1e7b4859d5b2 100644 --- a/mods/cnc/chrome/lobby-players.yaml +++ b/mods/cnc/chrome/lobby-players.yaml @@ -51,7 +51,7 @@ Container@LOBBY_PLAYER_BIN: Font: Bold Label@LABEL_LOBBY_STATUS: X: 627 - Width: 20 + Width: 20 + 24 Height: 25 Text: label-container-lobby-status Align: Left @@ -257,7 +257,7 @@ Container@LOBBY_PLAYER_BIN: Text: label-faction-factionname Label@TEAM: X: 435 - Width: 25 + Width: 44 Height: 25 Align: Center DropDownButton@TEAM_DROPDOWN: diff --git a/mods/cnc/chrome/lobby.yaml b/mods/cnc/chrome/lobby.yaml index 31649521240c..d3494c57b976 100644 --- a/mods/cnc/chrome/lobby.yaml +++ b/mods/cnc/chrome/lobby.yaml @@ -14,7 +14,8 @@ Container@SERVER_LOBBY: Children: Label@SERVER_NAME: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center diff --git a/mods/cnc/chrome/mainmenu-prompts.yaml b/mods/cnc/chrome/mainmenu-prompts.yaml index 75c3044c83da..04485703c6cb 100644 --- a/mods/cnc/chrome/mainmenu-prompts.yaml +++ b/mods/cnc/chrome/mainmenu-prompts.yaml @@ -7,7 +7,8 @@ Container@MAINMENU_INTRODUCTION_PROMPT: Children: Label@PROMPT_TITLE: Width: PARENT_RIGHT - Y: 0 - 25 + Height: 25 + Y: 0 - 37 Font: BigBold Contrast: true Align: Center @@ -129,47 +130,56 @@ Container@MAINMENU_INTRODUCTION_PROMPT: Width: PARENT_RIGHT / 2 - 20 Children: LabelWithHighlight@DESC_SELECTION: + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-selection LabelWithHighlight@DESC_COMMANDS: Y: 17 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-commands LabelWithHighlight@DESC_BUILDIGS: Y: 34 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-buildigs LabelWithHighlight@DESC_SUPPORT: Y: 51 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-support LabelWithHighlight@DESC_ZOOM: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-zoom LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-zoom-modifier LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-scroll-right LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-scroll-middle Label@DESC_EDGESCROLL: X: 9 Y: 102 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-edgescroll @@ -178,47 +188,56 @@ Container@MAINMENU_INTRODUCTION_PROMPT: Width: PARENT_RIGHT / 2 - 20 Children: LabelWithHighlight@DESC_SELECTION: + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-selection LabelWithHighlight@DESC_COMMANDS: Y: 17 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-commands LabelWithHighlight@DESC_BUILDIGS: Y: 34 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-buildigs LabelWithHighlight@DESC_SUPPORT: Y: 51 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-support LabelWithHighlight@DESC_ZOOM: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-zoom LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-zoom-modifier LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-scroll-right LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-scroll-middle Label@DESC_EDGESCROLL: X: 9 Y: 102 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-edgescroll @@ -311,7 +330,8 @@ Container@MAINMENU_SYSTEM_INFO_PROMPT: Children: Label@PROMPT_TITLE: Width: PARENT_RIGHT - Y: 0 - 25 + Height: 25 + Y: 0 - 37 Font: BigBold Contrast: true Align: Center diff --git a/mods/cnc/chrome/mapchooser.yaml b/mods/cnc/chrome/mapchooser.yaml index 5d16c0f167ab..2b57cda859ea 100644 --- a/mods/cnc/chrome/mapchooser.yaml +++ b/mods/cnc/chrome/mapchooser.yaml @@ -7,7 +7,8 @@ Container@MAPCHOOSER_PANEL: Children: Label@TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center diff --git a/mods/cnc/chrome/missionbrowser.yaml b/mods/cnc/chrome/missionbrowser.yaml index 2502a6ff3917..c883ca3eb957 100644 --- a/mods/cnc/chrome/missionbrowser.yaml +++ b/mods/cnc/chrome/missionbrowser.yaml @@ -6,8 +6,9 @@ Container@MISSIONBROWSER_PANEL: Height: 435 Children: Label@MISSIONBROWSER_TITLE: - Y: 0 - 22 + Y: 0 - 34 Width: PARENT_RIGHT + Height: 25 Text: label-missionbrowser-panel-title Align: Center Contrast: true diff --git a/mods/cnc/chrome/multiplayer-browser.yaml b/mods/cnc/chrome/multiplayer-browser.yaml index 3cb6c3560f82..d010f9ea4cec 100644 --- a/mods/cnc/chrome/multiplayer-browser.yaml +++ b/mods/cnc/chrome/multiplayer-browser.yaml @@ -8,7 +8,8 @@ Container@MULTIPLAYER_PANEL: Label@TITLE: Text: label-multiplayer-panel-title Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center diff --git a/mods/cnc/chrome/multiplayer-createserver.yaml b/mods/cnc/chrome/multiplayer-createserver.yaml index 9ae7ff4d0bee..a12a9b2c9585 100644 --- a/mods/cnc/chrome/multiplayer-createserver.yaml +++ b/mods/cnc/chrome/multiplayer-createserver.yaml @@ -7,7 +7,8 @@ Container@MULTIPLAYER_CREATESERVER_PANEL: Children: Label@TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center diff --git a/mods/cnc/chrome/multiplayer-directconnect.yaml b/mods/cnc/chrome/multiplayer-directconnect.yaml index 16ef840ffbae..4bcbe943872a 100644 --- a/mods/cnc/chrome/multiplayer-directconnect.yaml +++ b/mods/cnc/chrome/multiplayer-directconnect.yaml @@ -7,7 +7,8 @@ Container@DIRECTCONNECT_PANEL: Children: Label@DIRECTCONNECT_LABEL_TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center @@ -18,9 +19,9 @@ Container@DIRECTCONNECT_PANEL: Background: panel-black Children: Label@ADDRESS_LABEL: - X: 50 + X: 20 Y: 14 - Width: 95 + Width: 125 Height: 25 Align: Right Text: label-bg-address diff --git a/mods/cnc/chrome/music.yaml b/mods/cnc/chrome/music.yaml index 5d0c9ff1267f..6644fbea2fcf 100644 --- a/mods/cnc/chrome/music.yaml +++ b/mods/cnc/chrome/music.yaml @@ -8,7 +8,8 @@ Container@MUSIC_PANEL: LogicTicker@SONG_WATCHER: Label@TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center diff --git a/mods/cnc/chrome/replaybrowser.yaml b/mods/cnc/chrome/replaybrowser.yaml index 613cada3404a..213fcf15283f 100644 --- a/mods/cnc/chrome/replaybrowser.yaml +++ b/mods/cnc/chrome/replaybrowser.yaml @@ -7,7 +7,8 @@ Container@REPLAYBROWSER_PANEL: Children: Label@TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center diff --git a/mods/cnc/chrome/settings-hotkeys.yaml b/mods/cnc/chrome/settings-hotkeys.yaml index ccd1c7688317..bf72b2941298 100644 --- a/mods/cnc/chrome/settings-hotkeys.yaml +++ b/mods/cnc/chrome/settings-hotkeys.yaml @@ -27,7 +27,7 @@ Container@HOTKEYS_PANEL: Height: PARENT_BOTTOM Children: Label@FILTER_INPUT_LABEL: - Width: 100 + Width: 103 Height: 25 Font: Bold Text: label-hotkeys-panel-filter-input diff --git a/mods/cnc/chrome/settings-input.yaml b/mods/cnc/chrome/settings-input.yaml index e92e2ed673f6..14da0e5908c9 100644 --- a/mods/cnc/chrome/settings-input.yaml +++ b/mods/cnc/chrome/settings-input.yaml @@ -61,47 +61,56 @@ Container@INPUT_PANEL: Width: PARENT_RIGHT Children: LabelWithHighlight@DESC_SELECTION: + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-selection LabelWithHighlight@DESC_COMMANDS: Y: 17 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-commands LabelWithHighlight@DESC_BUILDIGS: Y: 34 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-buildigs LabelWithHighlight@DESC_SUPPORT: Y: 51 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-support LabelWithHighlight@DESC_ZOOM: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-zoom LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-zoom-modifier LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-scroll-right LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-scroll-middle Label@DESC_EDGESCROLL: X: 9 Y: 102 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-edgescroll @@ -111,47 +120,56 @@ Container@INPUT_PANEL: Width: PARENT_RIGHT / 2 - 20 Children: LabelWithHighlight@DESC_SELECTION: + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-selection LabelWithHighlight@DESC_COMMANDS: Y: 17 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-commands LabelWithHighlight@DESC_BUILDIGS: Y: 34 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-buildigs LabelWithHighlight@DESC_SUPPORT: Y: 51 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-support LabelWithHighlight@DESC_ZOOM: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-zoom LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-zoom-modifier LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-scroll-right LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-scroll-middle Label@DESC_EDGESCROLL: X: 9 Y: 102 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-edgescroll diff --git a/mods/cnc/chrome/settings.yaml b/mods/cnc/chrome/settings.yaml index d45e62b096ed..9d21eda7cb19 100644 --- a/mods/cnc/chrome/settings.yaml +++ b/mods/cnc/chrome/settings.yaml @@ -14,7 +14,8 @@ Container@SETTINGS_PANEL: Children: Label@SETTINGS_LABEL_TITLE: Width: PARENT_RIGHT - Y: 0 - 22 + Height: 25 + Y: 0 - 34 Font: BigBold Contrast: true Align: Center diff --git a/mods/cnc/chrome/tooltips.yaml b/mods/cnc/chrome/tooltips.yaml index c959708bbed5..9f8cb6f5d5ee 100644 --- a/mods/cnc/chrome/tooltips.yaml +++ b/mods/cnc/chrome/tooltips.yaml @@ -403,6 +403,7 @@ Background@LATENCY_TOOLTIP: Label@LATENCY_PREFIX: X: 5 Y: 1 + Width: 200 Height: 23 Font: Bold Text: label-latency-tooltip-prefix @@ -415,12 +416,13 @@ Background@ANONYMOUS_PLAYER_TOOLTIP: Logic: AnonymousProfileTooltipLogic Background: panel-black Height: 30 - Width: 200 + Width: 300 Children: Label@NAME: X: 5 Y: 2 Text: label-anonymous-player-tooltip-name + Width: 290 Height: 23 Font: MediumBold Label@LOCATION: @@ -450,6 +452,7 @@ Background@ANONYMOUS_PLAYER_TOOLTIP: ImageName: admin Label@LABEL: X: 10 + Width: 200 Height: 12 Text: label-game-admin Font: TinyBold @@ -496,6 +499,7 @@ Container@REGISTERED_PLAYER_TOOLTIP: Label@LABEL: X: 10 Y: 1 + Width: 200 Height: 12 Text: label-game-admin Font: TinyBold diff --git a/mods/common/chrome/assetbrowser.yaml b/mods/common/chrome/assetbrowser.yaml index 408b428f7429..cd8fc401d02a 100644 --- a/mods/common/chrome/assetbrowser.yaml +++ b/mods/common/chrome/assetbrowser.yaml @@ -72,7 +72,7 @@ Background@ASSETBROWSER_PANEL: Label@SPRITE_SCALE: X: PARENT_RIGHT - WIDTH - 440 Y: 60 - Width: 40 + Width: 50 Height: 25 Font: Bold Align: Left diff --git a/mods/common/chrome/ingame-debug.yaml b/mods/common/chrome/ingame-debug.yaml index 43df43d45fa5..b5d9cd037fc3 100644 --- a/mods/common/chrome/ingame-debug.yaml +++ b/mods/common/chrome/ingame-debug.yaml @@ -5,11 +5,12 @@ Container@DEBUG_PANEL: Height: PARENT_BOTTOM Children: Label@TITLE: - Y: 26 + Y: 16 Font: Bold Text: label-debug-panel-title Align: Center Width: PARENT_RIGHT + Height: 20 Checkbox@INSTANT_BUILD: X: 45 Y: 45 @@ -81,11 +82,12 @@ Container@DEBUG_PANEL: Font: Bold Text: button-debug-panel-reset-exploration Label@VISUALIZATIONS_TITLE: - Y: 256 + Y: 246 Font: Bold Text: label-debug-panel-visualizations-title Align: Center Width: PARENT_RIGHT + Height: 20 Checkbox@SHOW_UNIT_PATHS: X: 45 Y: 275 diff --git a/mods/common/chrome/ingame-infostats.yaml b/mods/common/chrome/ingame-infostats.yaml index 5c8129e7c8a5..d40123ed47e4 100644 --- a/mods/common/chrome/ingame-infostats.yaml +++ b/mods/common/chrome/ingame-infostats.yaml @@ -53,7 +53,7 @@ Container@SKIRMISH_STATS: Font: Bold Label@ACTIONS: X: 457 - Width: 20 + Width: 80 Height: 25 Text: label-stats-actions Font: Bold diff --git a/mods/common/chrome/lobby-players.yaml b/mods/common/chrome/lobby-players.yaml index d105af322de8..7ed10ee98aff 100644 --- a/mods/common/chrome/lobby-players.yaml +++ b/mods/common/chrome/lobby-players.yaml @@ -51,7 +51,7 @@ Container@LOBBY_PLAYER_BIN: Font: Bold Label@LABEL_LOBBY_STATUS: X: 617 - Width: 20 + Width: 20 + 24 Height: 25 Text: label-container-lobby-status Align: Left @@ -253,7 +253,7 @@ Container@LOBBY_PLAYER_BIN: Text: label-faction-factionname Label@TEAM: X: 420 - Width: 23 + Width: 42 Height: 25 Text: label-template-noneditable-player-team Align: Center diff --git a/mods/common/chrome/mainmenu-prompts.yaml b/mods/common/chrome/mainmenu-prompts.yaml index 3f7d0b3747d8..4bf6d9238d81 100644 --- a/mods/common/chrome/mainmenu-prompts.yaml +++ b/mods/common/chrome/mainmenu-prompts.yaml @@ -124,47 +124,56 @@ Background@MAINMENU_INTRODUCTION_PROMPT: Width: PARENT_RIGHT / 2 - 20 Children: LabelWithHighlight@DESC_SELECTION: + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-selection LabelWithHighlight@DESC_COMMANDS: Y: 17 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-commands LabelWithHighlight@DESC_BUILDIGS: Y: 34 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-buildigs LabelWithHighlight@DESC_SUPPORT: Y: 51 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-support LabelWithHighlight@DESC_ZOOM: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-zoom LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-zoom-modifier LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-scroll-right LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-scroll-middle Label@DESC_EDGESCROLL: X: 9 Y: 102 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-edgescroll @@ -173,47 +182,56 @@ Background@MAINMENU_INTRODUCTION_PROMPT: Width: PARENT_RIGHT / 2 - 20 Children: LabelWithHighlight@DESC_SELECTION: + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-selection LabelWithHighlight@DESC_COMMANDS: Y: 17 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-commands LabelWithHighlight@DESC_BUILDIGS: Y: 34 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-buildigs LabelWithHighlight@DESC_SUPPORT: Y: 51 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-support LabelWithHighlight@DESC_ZOOM: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-zoom LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-zoom-modifier LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-scroll-right LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-scroll-middle Label@DESC_EDGESCROLL: X: 9 Y: 102 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-edgescroll diff --git a/mods/common/chrome/multiplayer-directconnect.yaml b/mods/common/chrome/multiplayer-directconnect.yaml index 3a2f70f7f1a9..13cb625faa7f 100644 --- a/mods/common/chrome/multiplayer-directconnect.yaml +++ b/mods/common/chrome/multiplayer-directconnect.yaml @@ -14,9 +14,9 @@ Background@DIRECTCONNECT_PANEL: Align: Center Font: Bold Label@ADDRESS_LABEL: - X: 50 + X: 20 Y: 60 - Width: 95 + Width: 125 Height: 25 Align: Right Text: label-directconnect-panel-address diff --git a/mods/common/chrome/settings-hotkeys.yaml b/mods/common/chrome/settings-hotkeys.yaml index bb297deff0a3..05e1da5de49a 100644 --- a/mods/common/chrome/settings-hotkeys.yaml +++ b/mods/common/chrome/settings-hotkeys.yaml @@ -27,7 +27,7 @@ Container@HOTKEYS_PANEL: Height: PARENT_BOTTOM Children: Label@FILTER_INPUT_LABEL: - Width: 100 + Width: 103 Height: 25 Font: Bold Text: label-hotkeys-panel-filter-input diff --git a/mods/common/chrome/settings-input.yaml b/mods/common/chrome/settings-input.yaml index e92e2ed673f6..14da0e5908c9 100644 --- a/mods/common/chrome/settings-input.yaml +++ b/mods/common/chrome/settings-input.yaml @@ -61,47 +61,56 @@ Container@INPUT_PANEL: Width: PARENT_RIGHT Children: LabelWithHighlight@DESC_SELECTION: + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-selection LabelWithHighlight@DESC_COMMANDS: Y: 17 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-commands LabelWithHighlight@DESC_BUILDIGS: Y: 34 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-buildigs LabelWithHighlight@DESC_SUPPORT: Y: 51 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-support LabelWithHighlight@DESC_ZOOM: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-zoom LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-zoom-modifier LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-scroll-right LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-scroll-middle Label@DESC_EDGESCROLL: X: 9 Y: 102 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-classic-edgescroll @@ -111,47 +120,56 @@ Container@INPUT_PANEL: Width: PARENT_RIGHT / 2 - 20 Children: LabelWithHighlight@DESC_SELECTION: + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-selection LabelWithHighlight@DESC_COMMANDS: Y: 17 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-commands LabelWithHighlight@DESC_BUILDIGS: Y: 34 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-buildigs LabelWithHighlight@DESC_SUPPORT: Y: 51 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-support LabelWithHighlight@DESC_ZOOM: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-zoom LabelWithHighlight@DESC_ZOOM_MODIFIER: Y: 68 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-zoom-modifier LabelWithHighlight@DESC_SCROLL_RIGHT: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-scroll-right LabelWithHighlight@DESC_SCROLL_MIDDLE: Y: 85 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-scroll-middle Label@DESC_EDGESCROLL: X: 9 Y: 102 + Width: PARENT_RIGHT Height: 16 Font: Small Text: label-mouse-control-desc-modern-edgescroll diff --git a/mods/common/chrome/tooltips.yaml b/mods/common/chrome/tooltips.yaml index 55469befb811..a1f4acafb93e 100644 --- a/mods/common/chrome/tooltips.yaml +++ b/mods/common/chrome/tooltips.yaml @@ -121,6 +121,7 @@ Background@LATENCY_TOOLTIP: Label@LATENCY_PREFIX: X: 7 Y: 3 + Width: 200 Height: 26 Font: Bold Text: label-latency-tooltip-prefix @@ -133,12 +134,13 @@ Background@ANONYMOUS_PLAYER_TOOLTIP: Logic: AnonymousProfileTooltipLogic Background: dialog4 Height: 30 - Width: 200 + Width: 300 Children: Label@NAME: X: 7 Y: 2 Text: label-anonymous-player-tooltip-name + Width: 290 Height: 24 Font: MediumBold Label@LOCATION: @@ -168,6 +170,7 @@ Background@ANONYMOUS_PLAYER_TOOLTIP: ImageName: admin Label@LABEL: X: 10 + Width: 200 Height: 12 Text: label-game-admin Font: TinyBold @@ -211,6 +214,7 @@ Background@REGISTERED_PLAYER_TOOLTIP: Label@LABEL: X: 10 Y: 1 + Width: 200 Height: 12 Text: label-game-admin Font: TinyBold diff --git a/mods/d2k/chrome/ingame-infostats.yaml b/mods/d2k/chrome/ingame-infostats.yaml index f73024676343..c7535b92f12d 100644 --- a/mods/d2k/chrome/ingame-infostats.yaml +++ b/mods/d2k/chrome/ingame-infostats.yaml @@ -57,7 +57,7 @@ Container@SKIRMISH_STATS: Label@ACTIONS: X: 457 Y: 1 - Width: 20 + Width: 80 Height: 25 Text: label-stats-actions Font: Bold diff --git a/mods/d2k/chrome/ingame-observer.yaml b/mods/d2k/chrome/ingame-observer.yaml index 9598e17a4f23..bd306cccb47f 100644 --- a/mods/d2k/chrome/ingame-observer.yaml +++ b/mods/d2k/chrome/ingame-observer.yaml @@ -459,7 +459,7 @@ Container@OBSERVER_WIDGETS: Label@SUPPORT_POWERS_HEADER: X: 155 Y: 0 - Width: 100 + Width: 200 Height: PARENT_BOTTOM Font: Bold Text: label-support-powers-header diff --git a/mods/d2k/chrome/lobby-players.yaml b/mods/d2k/chrome/lobby-players.yaml index ebeef128edf6..7eb79d35ba73 100644 --- a/mods/d2k/chrome/lobby-players.yaml +++ b/mods/d2k/chrome/lobby-players.yaml @@ -51,7 +51,7 @@ Container@LOBBY_PLAYER_BIN: Font: Bold Label@LABEL_LOBBY_STATUS: X: 617 - Width: 20 + Width: 20 + 24 Height: 25 Text: label-container-lobby-status Align: Left @@ -253,7 +253,7 @@ Container@LOBBY_PLAYER_BIN: Text: label-faction-factionname Label@TEAM: X: 420 - Width: 23 + Width: 42 Height: 25 Align: Center Text: label-template-noneditable-player-team diff --git a/mods/d2k/chrome/tooltips.yaml b/mods/d2k/chrome/tooltips.yaml index 831b4ed5c594..a95744fbb1f5 100644 --- a/mods/d2k/chrome/tooltips.yaml +++ b/mods/d2k/chrome/tooltips.yaml @@ -122,6 +122,7 @@ Background@LATENCY_TOOLTIP: Label@LATENCY_PREFIX: X: 7 Y: 4 + Width: 200 Height: 23 Font: Bold Text: label-latency-tooltip-prefix @@ -134,12 +135,13 @@ Background@ANONYMOUS_PLAYER_TOOLTIP: Logic: AnonymousProfileTooltipLogic Background: dialog3 Height: 32 - Width: 200 + Width: 300 Children: Label@NAME: X: 7 Y: 3 Text: label-anonymous-player-tooltip-name + Width: 290 Height: 24 Font: MediumBold Label@LOCATION: @@ -169,6 +171,7 @@ Background@ANONYMOUS_PLAYER_TOOLTIP: ImageName: admin Label@LABEL: X: 10 + Width: 200 Height: 12 Text: label-game-admin Font: TinyBold @@ -212,6 +215,7 @@ Background@REGISTERED_PLAYER_TOOLTIP: Label@LABEL: X: 10 Y: 1 + Width: 200 Height: 12 Text: label-game-admin Font: TinyBold diff --git a/mods/ra/chrome/ingame-observer.yaml b/mods/ra/chrome/ingame-observer.yaml index 56e838ad4be2..92617c9590fb 100644 --- a/mods/ra/chrome/ingame-observer.yaml +++ b/mods/ra/chrome/ingame-observer.yaml @@ -499,7 +499,7 @@ Container@OBSERVER_WIDGETS: Label@SUPPORT_POWERS_HEADER: X: 160 Y: 0 - Width: 100 + Width: 200 Height: PARENT_BOTTOM Font: Bold Text: label-support-powers-header diff --git a/mods/ts/chrome/assetbrowser.yaml b/mods/ts/chrome/assetbrowser.yaml index 61dcdce8432e..3017b16933a3 100644 --- a/mods/ts/chrome/assetbrowser.yaml +++ b/mods/ts/chrome/assetbrowser.yaml @@ -72,7 +72,7 @@ Background@ASSETBROWSER_PANEL: Label@SPRITE_SCALE: X: PARENT_RIGHT - WIDTH - 440 Y: 60 - Width: 40 + Width: 50 Height: 25 Font: Bold Align: Left @@ -87,7 +87,7 @@ Background@ASSETBROWSER_PANEL: Label@MODEL_SCALE: X: PARENT_RIGHT - WIDTH - 440 Y: 60 - Width: 40 + Width: 50 Height: 25 Font: Bold Align: Left diff --git a/mods/ts/chrome/ingame-debug.yaml b/mods/ts/chrome/ingame-debug.yaml index 6f984cd06c17..b2fb391429a3 100644 --- a/mods/ts/chrome/ingame-debug.yaml +++ b/mods/ts/chrome/ingame-debug.yaml @@ -5,11 +5,12 @@ Container@DEBUG_PANEL: Height: PARENT_BOTTOM Children: Label@TITLE: - Y: 26 + Y: 16 Font: Bold Text: label-debug-panel-title Align: Center Width: PARENT_RIGHT + Height: 20 Checkbox@INSTANT_BUILD: X: 45 Y: 45 @@ -81,11 +82,12 @@ Container@DEBUG_PANEL: Font: Bold Text: button-debug-panel-reset-exploration Label@VISUALIZATIONS_TITLE: - Y: 255 + Y: 245 Font: Bold Text: label-debug-panel-visualizations-title Align: Center Width: PARENT_RIGHT + Height: 20 Checkbox@SHOW_UNIT_PATHS: X: 45 Y: 275 diff --git a/mods/ts/chrome/ingame-observer.yaml b/mods/ts/chrome/ingame-observer.yaml index 107d97bb8747..f83405091569 100644 --- a/mods/ts/chrome/ingame-observer.yaml +++ b/mods/ts/chrome/ingame-observer.yaml @@ -451,7 +451,7 @@ Container@OBSERVER_WIDGETS: Label@SUPPORT_POWERS_HEADER: X: 160 Y: 0 - Width: 100 + Width: 200 Height: PARENT_BOTTOM Font: Bold Text: label-support-powers-header diff --git a/mods/ts/chrome/settings-hotkeys.yaml b/mods/ts/chrome/settings-hotkeys.yaml index 9d018d622477..c6e4a2cf343f 100644 --- a/mods/ts/chrome/settings-hotkeys.yaml +++ b/mods/ts/chrome/settings-hotkeys.yaml @@ -29,7 +29,7 @@ Container@HOTKEYS_PANEL: Height: PARENT_BOTTOM Children: Label@FILTER_INPUT_LABEL: - Width: 100 + Width: 103 Height: 25 Font: Bold Text: label-hotkeys-panel-filter-input