diff --git a/mods/common/chrome/assetbrowser.yaml b/mods/common/chrome/assetbrowser.yaml index 73f9884396..79f8fd0df6 100644 --- a/mods/common/chrome/assetbrowser.yaml +++ b/mods/common/chrome/assetbrowser.yaml @@ -9,7 +9,7 @@ Background@ASSETBROWSER_PANEL: LogicTicker@ANIMATION_TICKER: ColorPreviewManager@COLOR_MANAGER: Label@ASSETBROWSER_TITLE: - Y: 20 + Y: 21 Width: PARENT_RIGHT Height: 25 Font: Bold @@ -17,7 +17,7 @@ Background@ASSETBROWSER_PANEL: Text: Asset Browser Label@SOURCE_SELECTOR_DESC: X: 20 - Y: 35 + Y: 36 Width: 160 Height: 25 Font: TinyBold @@ -53,7 +53,7 @@ Background@ASSETBROWSER_PANEL: TooltipTemplate: SIMPLE_TOOLTIP Label@FILENAME_DESC: X: 20 - Y: 370 + Y: 371 Width: 160 Height: 25 Font: TinyBold @@ -105,6 +105,7 @@ Background@ASSETBROWSER_PANEL: Height: PARENT_BOTTOM AspectRatio: 1 Label@ERROR: + Y: 1 X: 5 Width: 490 - 10 Height: 330 @@ -194,6 +195,7 @@ Background@ASSETBROWSER_PANEL: MinimumValue: 0 Label@FRAME_COUNT: X: 445 + Y: 1 Width: 40 Height: 25 Font: TinyBold diff --git a/mods/common/chrome/color-picker.yaml b/mods/common/chrome/color-picker.yaml index 82219279eb..e61f613511 100644 --- a/mods/common/chrome/color-picker.yaml +++ b/mods/common/chrome/color-picker.yaml @@ -96,7 +96,7 @@ Background@COLOR_CHOOSER: Label@LABEL: Font: TinyBold Width: PARENT_RIGHT - Height: 10 + Height: 13 Align: Center Text: Preset Colors Container@PRESET_AREA: @@ -121,7 +121,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/common/chrome/confirmation-dialogs.yaml b/mods/common/chrome/confirmation-dialogs.yaml index 5d2700b352..c6a5ee0b4e 100644 --- a/mods/common/chrome/confirmation-dialogs.yaml +++ b/mods/common/chrome/confirmation-dialogs.yaml @@ -6,13 +6,13 @@ Background@THREEBUTTON_PROMPT: Children: Label@PROMPT_TITLE: Width: PARENT_RIGHT - Y: 20 + Y: 21 Height: 25 Font: Bold Align: Center Label@PROMPT_TEXT: X: 15 - Y: 50 + Y: 51 Width: PARENT_RIGHT - 30 Height: 20 Align: Center @@ -51,13 +51,13 @@ Background@TWOBUTTON_PROMPT: Children: Label@PROMPT_TITLE: Width: PARENT_RIGHT - Y: 20 + Y: 21 Height: 25 Font: Bold Align: Center Label@PROMPT_TEXT: X: 15 - Y: 50 + Y: 51 Width: PARENT_RIGHT - 30 Height: 20 Align: Center @@ -88,13 +88,13 @@ Background@TEXT_INPUT_PROMPT: Children: Label@PROMPT_TITLE: Width: PARENT_RIGHT - Y: 20 + Y: 21 Height: 25 Font: Bold Align: Center Label@PROMPT_TEXT: X: 20 - Y: 50 + Y: 51 Width: PARENT_RIGHT - 40 Height: 25 Align: Center diff --git a/mods/common/chrome/connection.yaml b/mods/common/chrome/connection.yaml index ed314d5bd3..066df14173 100644 --- a/mods/common/chrome/connection.yaml +++ b/mods/common/chrome/connection.yaml @@ -8,21 +8,21 @@ Background@CONNECTIONFAILED_PANEL: LogicTicker@CONNECTION_FAILED_TICKER: Label@TITLE: X: 0 - Y: 20 + Y: 21 Width: 450 Height: 25 Align: Center Font: Bold Label@CONNECTING_DESC: X: 0 - Y: 45 + Y: 46 Width: PARENT_RIGHT Height: 25 Text: Could not connect to AAA.BBB.CCC.DDD:EEEE Align: Center Label@CONNECTION_ERROR: X: 0 - Y: 75 + Y: 76 Width: PARENT_RIGHT Height: 25 Text: ServerError @@ -30,7 +30,7 @@ Background@CONNECTIONFAILED_PANEL: Font: Bold Label@PASSWORD_LABEL: X: PARENT_RIGHT - 360 - Y: 110 + Y: 111 Width: 95 Height: 25 Text: Password: @@ -67,7 +67,7 @@ Background@CONNECTING_PANEL: Children: Label@CONNECTING_TITLE: X: 0 - Y: 20 + Y: 21 Width: 450 Height: 25 Text: Connecting @@ -75,7 +75,7 @@ Background@CONNECTING_PANEL: Font: Bold Label@CONNECTING_DESC: X: 0 - Y: 60 + Y: 61 Width: PARENT_RIGHT Height: 25 Text: Connecting to AAA.BBB.CCC.DDD:EEEE... @@ -98,14 +98,14 @@ Background@CONNECTION_SWITCHMOD_PANEL: Children: Label@TITLE: X: 0 - Y: 20 + Y: 21 Width: 450 Height: 25 Align: Center Font: Bold Text: Switch Mod Label@DESC: - Y: 45 + Y: 46 Width: PARENT_RIGHT Height: 25 Text: This server is running a different mod: @@ -122,19 +122,20 @@ Background@CONNECTION_SWITCHMOD_PANEL: Height: 32 Label@MOD_TITLE: X: 37 + Y: 1 Width: PARENT_RIGHT - 37 Height: 25 Font: Bold Align: Left Label@MOD_VERSION: X: 37 - Y: 15 + Y: 16 Width: PARENT_RIGHT - 37 Height: 25 Font: Tiny Align: Left Label@DESC2: - Y: 110 + Y: 111 Width: PARENT_RIGHT Height: 25 Text: Switch mods and join server? diff --git a/mods/common/chrome/credits.yaml b/mods/common/chrome/credits.yaml index e6496a6e65..6296a26a01 100644 --- a/mods/common/chrome/credits.yaml +++ b/mods/common/chrome/credits.yaml @@ -7,7 +7,7 @@ Background@CREDITS_PANEL: Children: Label@CREDITS_TITLE: Width: PARENT_RIGHT - Y: 20 + Y: 21 Height: 25 Font: Bold Align: Center @@ -34,7 +34,7 @@ Background@CREDITS_PANEL: Y: 50 Width: PARENT_RIGHT - 30 Height: 345 - TopBottomSpacing: 6 + TopBottomSpacing: 8 Children: Label@CREDITS_TEMPLATE: X: 8 diff --git a/mods/common/chrome/dropdowns.yaml b/mods/common/chrome/dropdowns.yaml index 9b8d1e35fb..e860642606 100644 --- a/mods/common/chrome/dropdowns.yaml +++ b/mods/common/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 diff --git a/mods/common/chrome/editor.yaml b/mods/common/chrome/editor.yaml index 35326df8e8..644d4d3c08 100644 --- a/mods/common/chrome/editor.yaml +++ b/mods/common/chrome/editor.yaml @@ -7,7 +7,7 @@ Background@NEW_MAP_BG: Children: Label@LABEL_TITLE: X: 0 - Y: 20 + Y: 21 Width: 300 Height: 25 Text: New Map @@ -15,7 +15,7 @@ Background@NEW_MAP_BG: Font: Bold Label@TILESET_LABEL: X: 20 - Y: 59 + Y: 60 Width: 95 Height: 25 Align: Right @@ -27,7 +27,7 @@ Background@NEW_MAP_BG: Height: 25 Label@WIDTH_LABEL: X: 20 - Y: 94 + Y: 95 Width: 95 Height: 25 Align: Right @@ -42,7 +42,7 @@ Background@NEW_MAP_BG: Type: Integer Label@HEIGHT_LABEL: X: 130 - Y: 94 + Y: 95 Width: 95 Height: 25 Align: Right @@ -81,7 +81,7 @@ Background@SAVE_MAP_PANEL: Children: Label@LABEL_TITLE: X: (PARENT_RIGHT - WIDTH) / 2 - Y: 20 + Y: 21 Width: 250 Height: 25 Text: Save Map @@ -89,7 +89,7 @@ Background@SAVE_MAP_PANEL: Font: Bold Label@TITLE_LABEL: X: 10 - Y: 59 + Y: 60 Width: 95 Height: 25 Align: Right @@ -102,7 +102,7 @@ Background@SAVE_MAP_PANEL: Height: 25 Label@AUTHOR_LABEL: X: 10 - Y: 94 + Y: 95 Width: 95 Height: 25 Align: Right @@ -115,7 +115,7 @@ Background@SAVE_MAP_PANEL: Height: 25 Label@VISIBILITY_LABEL: X: 10 - Y: 129 + Y: 130 Width: 95 Height: 25 Align: Right @@ -128,7 +128,7 @@ Background@SAVE_MAP_PANEL: Text: Map Visibility Label@DIRECTORY_LABEL: X: 10 - Y: 164 + Y: 165 Width: 95 Height: 25 Align: Right @@ -140,7 +140,7 @@ Background@SAVE_MAP_PANEL: Height: 25 Label@FILENAME_LABEL: X: 10 - Y: 199 + Y: 200 Width: 95 Height: 25 Align: Right @@ -223,7 +223,7 @@ Container@EDITOR_WORLD_ROOT: Children: Label@ACTOR_TYPE_LABEL: X: 15 - Y: 15 + Y: 16 Width: 265 Height: 24 Align: Center @@ -232,7 +232,7 @@ Container@EDITOR_WORLD_ROOT: X: 15 Y: 45 Width: 55 - Height: 24 + Height: 25 Text: ID Align: Right TextField@ACTOR_ID: @@ -242,7 +242,7 @@ Container@EDITOR_WORLD_ROOT: Height: 25 Label@ACTOR_ID_ERROR_LABEL: X: 84 - Y: 70 + Y: 71 Width: 192 Height: 15 Font: TinyBold @@ -257,6 +257,7 @@ Container@EDITOR_WORLD_ROOT: Children: Label@LABEL: X: 15 + Y: 1 Width: 55 Height: 16 Align: Right @@ -271,7 +272,7 @@ Container@EDITOR_WORLD_ROOT: Children: Label@LABEL: X: 15 - Y: 1 + Y: 2 Width: 55 Height: 24 Align: Right @@ -332,7 +333,7 @@ Container@EDITOR_WORLD_ROOT: Height: WINDOW_BOTTOM - 382 Children: Label@SEARCH_LABEL: - Y: 10 + Y: 12 Width: 55 Height: 25 Text: Search: @@ -344,7 +345,7 @@ Container@EDITOR_WORLD_ROOT: Width: PARENT_RIGHT - 70 Height: 25 Label@CATEGORIES_LABEL: - Y: 34 + Y: 36 Width: 55 Height: 25 Text: Filter: @@ -410,7 +411,7 @@ Container@EDITOR_WORLD_ROOT: Height: WINDOW_BOTTOM - 382 Children: Label@SEARCH_LABEL: - Y: 10 + Y: 12 Width: 55 Height: 25 Text: Search: @@ -422,7 +423,7 @@ Container@EDITOR_WORLD_ROOT: Width: PARENT_RIGHT - 70 Height: 25 Label@CATEGORIES_LABEL: - Y: 34 + Y: 36 Width: 55 Height: 25 Text: Filter: @@ -435,7 +436,7 @@ Container@EDITOR_WORLD_ROOT: Height: 25 Font: Bold Label@OWNERS_LABEL: - Y: 58 + Y: 60 Width: 55 Height: 25 Text: Owner: diff --git a/mods/common/chrome/gamesave-browser.yaml b/mods/common/chrome/gamesave-browser.yaml index 87388255b2..ce30ca4837 100644 --- a/mods/common/chrome/gamesave-browser.yaml +++ b/mods/common/chrome/gamesave-browser.yaml @@ -7,7 +7,7 @@ Background@GAMESAVE_BROWSER_PANEL: Children: Label@LOAD_TITLE: Width: PARENT_RIGHT - Y: 20 + Y: 21 Height: 25 Font: Bold Align: Center @@ -15,7 +15,7 @@ Background@GAMESAVE_BROWSER_PANEL: Visible: False Label@SAVE_TITLE: Width: PARENT_RIGHT - Y: 20 + Y: 21 Height: 25 Font: Bold Align: Center diff --git a/mods/common/chrome/gamesave-loading.yaml b/mods/common/chrome/gamesave-loading.yaml index ab8864e7a4..c529507542 100644 --- a/mods/common/chrome/gamesave-loading.yaml +++ b/mods/common/chrome/gamesave-loading.yaml @@ -16,7 +16,7 @@ Container@GAMESAVE_LOADING_SCREEN: ImageName: logo Label@TITLE: Width: WINDOW_RIGHT - Y: 3 * WINDOW_BOTTOM / 4 - 30 + Y: 3 * WINDOW_BOTTOM / 4 - 29 Height: 25 Font: Bold Align: Center @@ -28,7 +28,7 @@ Container@GAMESAVE_LOADING_SCREEN: Height: 20 Label@DESC: Width: WINDOW_RIGHT - Y: 3 * WINDOW_BOTTOM / 4 + 20 + Y: 3 * WINDOW_BOTTOM / 4 + 19 Height: 25 Font: Regular Align: Center diff --git a/mods/common/chrome/ingame-chat.yaml b/mods/common/chrome/ingame-chat.yaml index 801a57e105..1c499acdf2 100644 --- a/mods/common/chrome/ingame-chat.yaml +++ b/mods/common/chrome/ingame-chat.yaml @@ -42,7 +42,7 @@ Container@CHAT_PANEL: Y: PARENT_BOTTOM - HEIGHT - 30 Width: 550 Height: 164 - TopBottomSpacing: 4 + TopBottomSpacing: 3 ItemSpacing: 4 Align: Bottom Children: @@ -54,13 +54,11 @@ Container@CHAT_PANEL: Label@NAME: X: 3 Width: 50 - Height: 15 - VAlign: Top + Height: 16 Shadow: True Label@TEXT: X: 12 Width: PARENT_RIGHT - 17 - Height: 15 + Height: 16 WordWrap: true - VAlign: Top Shadow: True diff --git a/mods/common/chrome/ingame-debug.yaml b/mods/common/chrome/ingame-debug.yaml index fc6c283100..676a340772 100644 --- a/mods/common/chrome/ingame-debug.yaml +++ b/mods/common/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 @@ -81,7 +81,7 @@ Container@DEBUG_PANEL: Font: Bold Text: Reset Shroud Label@VISUALIZATIONS_TITLE: - Y: 255 + Y: 256 Font: Bold Text: Visualizations Align: Center diff --git a/mods/common/chrome/ingame-info.yaml b/mods/common/chrome/ingame-info.yaml index 2365bed0e3..35c7a6d582 100644 --- a/mods/common/chrome/ingame-info.yaml +++ b/mods/common/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/common/chrome/ingame-infobriefing.yaml b/mods/common/chrome/ingame-infobriefing.yaml index 7b3566c9b3..f61bbe0f7f 100644 --- a/mods/common/chrome/ingame-infobriefing.yaml +++ b/mods/common/chrome/ingame-infobriefing.yaml @@ -26,5 +26,5 @@ Container@MAP_PANEL: Children: Label@MAP_DESCRIPTION: X: 4 - Y: 1 + Y: 2 Width: PARENT_RIGHT - 32 diff --git a/mods/common/chrome/ingame-infochat.yaml b/mods/common/chrome/ingame-infochat.yaml index 99c3c2ecca..e7af126d2b 100644 --- a/mods/common/chrome/ingame-infochat.yaml +++ b/mods/common/chrome/ingame-infochat.yaml @@ -23,7 +23,7 @@ Container@CHAT_CONTAINER: ScrollPanel@CHAT_SCROLLPANEL: Width: PARENT_RIGHT Height: PARENT_BOTTOM - 30 - TopBottomSpacing: 2 + TopBottomSpacing: 3 ItemSpacing: 2 Children: Container@CHAT_TEMPLATE: @@ -34,13 +34,11 @@ Container@CHAT_CONTAINER: Label@NAME: X: 3 Width: 50 - Height: 15 - VAlign: Top + Height: 16 Shadow: True Label@TEXT: X: 12 Width: PARENT_RIGHT - 17 - Height: 15 + Height: 16 WordWrap: true - VAlign: Top Shadow: True diff --git a/mods/common/chrome/ingame-infoobjectives.yaml b/mods/common/chrome/ingame-infoobjectives.yaml index f8bf4b96da..3bc9859067 100644 --- a/mods/common/chrome/ingame-infoobjectives.yaml +++ b/mods/common/chrome/ingame-infoobjectives.yaml @@ -5,14 +5,14 @@ Container@MISSION_OBJECTIVES: Children: Label@MISSION: X: 20 - Y: 20 + Y: 21 Width: 80 Height: 25 Font: MediumBold Text: Mission: Label@MISSION_STATUS: X: 100 - Y: 20 + Y: 21 Width: PARENT_RIGHT - 120 Height: 25 Font: MediumBold @@ -30,7 +30,7 @@ Container@MISSION_OBJECTIVES: Children: Label@OBJECTIVE_TYPE: X: 10 - Y: 0 + Y: 1 Width: 70 Height: PARENT_BOTTOM Align: Center diff --git a/mods/common/chrome/ingame-infoscripterror.yaml b/mods/common/chrome/ingame-infoscripterror.yaml index efce6b2568..963535cc5f 100644 --- a/mods/common/chrome/ingame-infoscripterror.yaml +++ b/mods/common/chrome/ingame-infoscripterror.yaml @@ -4,7 +4,7 @@ Container@SCRIPT_ERROR_PANEL: Children: Label@DESCA: X: 15 - Y: 15 + Y: 16 Width: PARENT_RIGHT - 30 Height: 20 Font: Bold @@ -12,7 +12,7 @@ Container@SCRIPT_ERROR_PANEL: Text: The map script has encountered a fatal error Label@DESCB: X: 15 - Y: 45 + Y: 46 Width: PARENT_RIGHT - 30 Height: 20 Font: Regular @@ -20,7 +20,7 @@ Container@SCRIPT_ERROR_PANEL: Text: The details of the error have been saved to lua.log in the logs directory. Label@DESCC: X: 15 - Y: 65 + Y: 66 Width: PARENT_RIGHT - 30 Height: 20 Font: Regular diff --git a/mods/common/chrome/ingame-infostats.yaml b/mods/common/chrome/ingame-infostats.yaml index 152153b13f..649e0a7209 100644 --- a/mods/common/chrome/ingame-infostats.yaml +++ b/mods/common/chrome/ingame-infostats.yaml @@ -8,14 +8,14 @@ Container@SKIRMISH_STATS: Children: Label@MISSION: X: 20 - Y: 20 + Y: 22 Width: 482 Height: 25 Font: MediumBold Text: Mission: Label@STATS_STATUS: X: 100 - Y: 20 + Y: 22 Width: PARENT_RIGHT - 10 Height: 25 Font: MediumBold @@ -30,7 +30,7 @@ Container@SKIRMISH_STATS: TextColorDisabled: FFFFFF Container@STATS_HEADERS: X: 22 - Y: 80 + Y: 81 Width: 393 Children: Label@NAME: @@ -68,13 +68,13 @@ Container@SKIRMISH_STATS: Children: Label@TEAM: X: 6 - Y: 0 - 2 + Y: 0 Width: 160 Height: 20 Font: Bold Label@TEAM_SCORE: X: 360 - Y: 0 - 2 + Y: 0 Width: 75 Height: 20 Font: Bold @@ -104,7 +104,7 @@ Container@SKIRMISH_STATS: Shadow: True Image@FACTIONFLAG: X: 230 - Y: 6 + Y: 5 Width: 32 Height: 16 Label@FACTION: diff --git a/mods/common/chrome/ingame-menu.yaml b/mods/common/chrome/ingame-menu.yaml index 432cf3b0f6..bc0a97223c 100644 --- a/mods/common/chrome/ingame-menu.yaml +++ b/mods/common/chrome/ingame-menu.yaml @@ -18,7 +18,7 @@ Container@INGAME_MENU: ImageName: logo Label@VERSION_LABEL: X: WINDOW_RIGHT - 296 - Y: 296 - 20 + Y: 296 - 19 Width: 296 - 20 Height: 25 Align: Center diff --git a/mods/common/chrome/ingame-perf.yaml b/mods/common/chrome/ingame-perf.yaml index 7c7ef16ba9..e179d3a8c0 100644 --- a/mods/common/chrome/ingame-perf.yaml +++ b/mods/common/chrome/ingame-perf.yaml @@ -3,7 +3,7 @@ Container@PERF_WIDGETS: Children: Label@PERF_TEXT: X: WINDOW_RIGHT - 200 - Y: WINDOW_BOTTOM - 70 + Y: WINDOW_BOTTOM - 69 Width: 170 Height: 40 Contrast: true diff --git a/mods/common/chrome/ingame.yaml b/mods/common/chrome/ingame.yaml index 9364a13cae..bca8cf8632 100644 --- a/mods/common/chrome/ingame.yaml +++ b/mods/common/chrome/ingame.yaml @@ -27,7 +27,7 @@ Container@INGAME_ROOT: Logic: DisconnectWatcherLogic Label@MISSION_TEXT: X: WINDOW_RIGHT / 2 - 256 - Y: 22 + Y: 23 Width: 512 Height: 25 Font: Bold diff --git a/mods/common/chrome/lobby-kickdialogs.yaml b/mods/common/chrome/lobby-kickdialogs.yaml index cbb57e2c8a..739caff8e1 100644 --- a/mods/common/chrome/lobby-kickdialogs.yaml +++ b/mods/common/chrome/lobby-kickdialogs.yaml @@ -5,20 +5,20 @@ Background@KICK_CLIENT_DIALOG: Background: dialog3 Children: Label@TITLE: - Y: 40 + Y: 41 Width: PARENT_RIGHT Height: 25 Font: Bold Align: Center Label@TEXTA: - Y: 67 + Y: 68 Width: PARENT_RIGHT Height: 25 Font: Regular Align: Center Text: You may also apply a temporary ban, preventing Label@TEXTB: - Y: 85 + Y: 86 Width: PARENT_RIGHT Height: 25 Font: Regular @@ -52,14 +52,14 @@ Background@KICK_SPECTATORS_DIALOG: Background: dialog3 Children: Label@TITLE: - Y: 40 + Y: 41 Width: PARENT_RIGHT Height: 25 Font: Bold Align: Center Text: Kick Spectators Label@TEXT: - Y: 85 + Y: 86 Width: PARENT_RIGHT Height: 25 Font: Regular @@ -85,21 +85,21 @@ Background@FORCE_START_DIALOG: Background: dialog3 Children: Label@TITLE: - Y: 40 + Y: 41 Width: PARENT_RIGHT Height: 25 Font: Bold Align: Center Text: Start Game? Label@TEXTA: - Y: 67 + Y: 68 Width: PARENT_RIGHT Height: 25 Font: Regular Align: Center Text: One or more players are not yet ready. Label@TEXTB: - Y: 85 + Y: 86 Width: PARENT_RIGHT Height: 25 Font: Regular @@ -109,14 +109,16 @@ Background@FORCE_START_DIALOG: Width: PARENT_RIGHT Children: Label@KICK_WARNING_A: - Y: 106 + X: 0 + Y: 107 Width: PARENT_RIGHT Height: 25 Font: Bold Align: Center Text: One or more clients are missing the selected Label@KICK_WARNING_B: - Y: 123 + X: 0 + Y: 124 Width: PARENT_RIGHT Height: 25 Font: Bold diff --git a/mods/common/chrome/lobby-mappreview.yaml b/mods/common/chrome/lobby-mappreview.yaml index 748e3468c9..5660150dee 100644 --- a/mods/common/chrome/lobby-mappreview.yaml +++ b/mods/common/chrome/lobby-mappreview.yaml @@ -19,7 +19,7 @@ Container@MAP_PREVIEW: Height: PARENT_BOTTOM - 2 TooltipContainer: TOOLTIP_CONTAINER LabelWithTooltip@MAP_TITLE: - Y: 172 + Y: 173 Width: PARENT_RIGHT Height: 25 Font: Bold @@ -27,14 +27,14 @@ Container@MAP_PREVIEW: TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: SIMPLE_TOOLTIP Label@MAP_TYPE: - Y: 187 + Y: 188 Width: PARENT_RIGHT Height: 25 Font: TinyBold Align: Center IgnoreMouseOver: true Label@MAP_AUTHOR: - Y: 200 + Y: 201 Width: PARENT_RIGHT Height: 25 Font: Tiny @@ -55,7 +55,7 @@ Container@MAP_PREVIEW: Height: PARENT_BOTTOM - 2 TooltipContainer: TOOLTIP_CONTAINER LabelWithTooltip@MAP_TITLE: - Y: 172 + Y: 173 Width: PARENT_RIGHT Height: 25 Font: Bold @@ -63,7 +63,7 @@ Container@MAP_PREVIEW: TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: SIMPLE_TOOLTIP Label@MAP_STATUS_A: - Y: 187 + Y: 188 Width: PARENT_RIGHT Height: 25 Font: Tiny @@ -71,7 +71,7 @@ Container@MAP_PREVIEW: Text: This map is not compatible IgnoreMouseOver: true Label@MAP_STATUS_B: - Y: 200 + Y: 201 Width: PARENT_RIGHT Height: 25 Font: Tiny @@ -93,7 +93,7 @@ Container@MAP_PREVIEW: Height: PARENT_BOTTOM - 2 TooltipContainer: TOOLTIP_CONTAINER LabelWithTooltip@MAP_TITLE: - Y: 142 + Y: 143 Width: PARENT_RIGHT Height: 25 Font: Bold @@ -101,14 +101,14 @@ Container@MAP_PREVIEW: TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: SIMPLE_TOOLTIP Label@MAP_TYPE: - Y: 157 + Y: 158 Width: PARENT_RIGHT Height: 25 Font: TinyBold Align: Center IgnoreMouseOver: true Label@MAP_AUTHOR: - Y: 170 + Y: 171 Width: PARENT_RIGHT Height: 25 Font: Tiny @@ -135,7 +135,7 @@ Container@MAP_PREVIEW: Height: PARENT_BOTTOM - 2 TooltipContainer: TOOLTIP_CONTAINER LabelWithTooltip@MAP_TITLE: - Y: 142 + Y: 143 Width: PARENT_RIGHT Height: 25 Font: Bold @@ -143,7 +143,7 @@ Container@MAP_PREVIEW: TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: SIMPLE_TOOLTIP Label@MAP_STATUS_SEARCHING: - Y: 157 + Y: 158 Width: PARENT_RIGHT Height: 25 Font: Tiny @@ -154,28 +154,28 @@ Container@MAP_PREVIEW: Width: PARENT_RIGHT Children: Label@a: - Y: 157 + Y: 158 Width: PARENT_RIGHT Height: 25 Font: Tiny Align: Center Text: This map was not found on the Label@b: - Y: 170 + Y: 171 Width: PARENT_RIGHT Height: 25 Font: Tiny Align: Center Text: OpenRA Resource Center Label@MAP_STATUS_ERROR: - Y: 157 + Y: 158 Width: PARENT_RIGHT Height: 25 Font: Tiny Align: Center Text: An error occurred during installation Label@MAP_STATUS_DOWNLOADING: - Y: 157 + Y: 158 Width: PARENT_RIGHT Height: 25 Font: Tiny diff --git a/mods/common/chrome/lobby-music.yaml b/mods/common/chrome/lobby-music.yaml index 831558f3c7..4f49be20bf 100644 --- a/mods/common/chrome/lobby-music.yaml +++ b/mods/common/chrome/lobby-music.yaml @@ -5,7 +5,7 @@ Container@LOBBY_MUSIC_BIN: Children: LogicTicker@SONG_WATCHER: Container@LABEL_CONTAINER: - Y: 0 - 25 + Y: 0 - 24 Width: PARENT_RIGHT Children: Label@MUSIC: @@ -33,18 +33,18 @@ Container@LOBBY_MUSIC_BIN: Children: Label@MUTE_LABEL: X: 45 - Y: 10 + Y: 12 Width: 300 Height: 20 Font: Small Label@TITLE_LABEL: - Y: 45 + Y: 46 Width: PARENT_RIGHT Height: 25 Align: Center Font: Bold Label@TIME_LABEL: - Y: 65 + Y: 66 Width: PARENT_RIGHT Height: 25 Align: Center @@ -123,7 +123,7 @@ Container@LOBBY_MUSIC_BIN: Font: Regular Text: Loop Label@VOLUME_LABEL: - Y: 180 + Y: 181 Width: 65 Height: 25 Align: Right @@ -163,20 +163,20 @@ Container@LOBBY_MUSIC_BIN: Visible: false Children: Label@TITLE: - Y: 75 + Y: 76 Width: PARENT_RIGHT - 24 Height: 25 Font: Bold Align: Center Text: Music Not Installed Label@DESCA: - Y: 95 + Y: 96 Width: PARENT_RIGHT - 24 Height: 25 Align: Center Text: The game music can be installed Label@DESCB: - Y: 115 + Y: 116 Width: PARENT_RIGHT - 24 Height: 25 Align: Center diff --git a/mods/common/chrome/lobby-options.yaml b/mods/common/chrome/lobby-options.yaml index b4ce3b07ae..2d59138d6d 100644 --- a/mods/common/chrome/lobby-options.yaml +++ b/mods/common/chrome/lobby-options.yaml @@ -3,7 +3,7 @@ Container@LOBBY_OPTIONS_BIN: Height: PARENT_BOTTOM Children: Label@TITLE: - Y: 0 - 25 + Y: 0 - 24 Width: PARENT_RIGHT Height: 25 Font: Bold diff --git a/mods/common/chrome/lobby-players.yaml b/mods/common/chrome/lobby-players.yaml index c53d818fb4..dacc10532c 100644 --- a/mods/common/chrome/lobby-players.yaml +++ b/mods/common/chrome/lobby-players.yaml @@ -4,7 +4,7 @@ Container@LOBBY_PLAYER_BIN: Children: Container@LABEL_CONTAINER: X: 5 - Y: 0 - 25 + Y: 0 - 24 Width: PARENT_RIGHT Height: PARENT_BOTTOM Children: @@ -194,7 +194,6 @@ Container@LOBBY_PLAYER_BIN: Template: ANONYMOUS_PLAYER_TOOLTIP Label@NAME: X: 39 - Y: 0 - 1 Width: 146 Height: 25 Text: Name @@ -278,7 +277,6 @@ Container@LOBBY_PLAYER_BIN: Width: 165 Height: 25 X: 20 - Y: 0 - 1 Text: Name DropDownButton@SLOT_OPTIONS: X: 15 @@ -390,7 +388,6 @@ Container@LOBBY_PLAYER_BIN: Template: ANONYMOUS_PLAYER_TOOLTIP Label@NAME: X: 39 - Y: 0 - 1 Width: 179 Height: 25 Text: Name diff --git a/mods/common/chrome/lobby-servers.yaml b/mods/common/chrome/lobby-servers.yaml index e694178d3f..cbb14bb911 100644 --- a/mods/common/chrome/lobby-servers.yaml +++ b/mods/common/chrome/lobby-servers.yaml @@ -4,7 +4,7 @@ Container@LOBBY_SERVERS_BIN: Height: PARENT_BOTTOM Children: Container@LABEL_CONTAINER: - Y: 0 - 25 + Y: 0 - 24 Width: PARENT_RIGHT Children: Label@NAME: @@ -41,21 +41,21 @@ Container@LOBBY_SERVERS_BIN: Label@OUTDATED_VERSION_LABEL: X: 5 Width: PARENT_RIGHT-10 - Height: 18 + Height: 20 Align: Center Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net Font: TinyBold Label@UNKNOWN_VERSION_LABEL: X: 5 Width: PARENT_RIGHT-10 - Height: 18 + Height: 20 Align: Center Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net Font: TinyBold Label@PLAYTEST_AVAILABLE_LABEL: X: 5 Width: PARENT_RIGHT-10 - Height: 18 + Height: 20 Align: Center Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net Font: TinyBold @@ -71,7 +71,6 @@ Container@LOBBY_SERVERS_BIN: Visible: false Children: Label@LABEL: - Y: 0 - 1 Font: TinyBold Width: PARENT_RIGHT Height: 20 @@ -166,31 +165,31 @@ Container@LOBBY_SERVERS_BIN: Height: PARENT_BOTTOM - 2 TooltipContainer: TOOLTIP_CONTAINER Label@SELECTED_MAP: - Y: 172 + Y: 173 Width: PARENT_RIGHT Height: 25 Font: Bold Align: Center Label@SELECTED_IP: - Y: 187 + Y: 188 Width: PARENT_RIGHT Height: 25 Font: Tiny Align: Center Label@SELECTED_STATUS: - Y: 203 + Y: 204 Width: PARENT_RIGHT Height: 25 Font: TinyBold Align: Center Label@SELECTED_MOD_VERSION: - Y: 216 + Y: 217 Width: PARENT_RIGHT Height: 25 Font: Tiny Align: Center Label@SELECTED_PLAYERS: - Y: 229 + Y: 230 Width: PARENT_RIGHT Height: 25 Font: TinyBold diff --git a/mods/common/chrome/lobby.yaml b/mods/common/chrome/lobby.yaml index c64e5cc6f7..0e3d8a9d39 100644 --- a/mods/common/chrome/lobby.yaml +++ b/mods/common/chrome/lobby.yaml @@ -7,7 +7,7 @@ Background@SERVER_LOBBY: Children: ColorPreviewManager@COLOR_MANAGER: Label@SERVER_NAME: - Y: 15 + Y: 16 Align: Center Width: PARENT_RIGHT Height: 25 @@ -111,21 +111,18 @@ Background@SERVER_LOBBY: Label@TIME: X: 3 Width: 50 - Height: 15 - VAlign: Top + Height: 16 Shadow: True Label@NAME: X: 45 Width: 50 - Height: 15 - VAlign: Top + Height: 16 Shadow: True Label@TEXT: X: 55 Width: PARENT_RIGHT - 60 - Height: 15 + Height: 16 WordWrap: true - VAlign: Top Shadow: True Button@CHAT_MODE: Y: PARENT_BOTTOM - HEIGHT diff --git a/mods/common/chrome/mainmenu.yaml b/mods/common/chrome/mainmenu.yaml index 6af9bf8c61..16f81654db 100644 --- a/mods/common/chrome/mainmenu.yaml +++ b/mods/common/chrome/mainmenu.yaml @@ -40,7 +40,7 @@ Container@MAINMENU: Children: Label@MAINMENU_LABEL_TITLE: X: 0 - Y: 20 + Y: 22 Width: 200 Height: 30 Text: OpenRA diff --git a/mods/common/chrome/map-chooser.yaml b/mods/common/chrome/map-chooser.yaml index 2cc6bbe8b9..f2811b8589 100644 --- a/mods/common/chrome/map-chooser.yaml +++ b/mods/common/chrome/map-chooser.yaml @@ -6,7 +6,7 @@ Background@MAPCHOOSER_PANEL: Height: 600 Children: Label@MAPCHOOSER_TITLE: - Y: 15 + Y: 17 Align: Center Width: PARENT_RIGHT Height: 20 @@ -61,30 +61,30 @@ Background@MAPCHOOSER_PANEL: IgnoreMouseInput: true Label@TITLE: X: 4 - Y: PARENT_BOTTOM - 53 + Y: PARENT_BOTTOM - 52 Width: PARENT_RIGHT - 8 Align: Center Label@DETAILS: Width: PARENT_RIGHT - 8 X: 4 - Y: PARENT_BOTTOM - 37 + Y: PARENT_BOTTOM - 36 Align: Center Font: Tiny Label@AUTHOR: Width: PARENT_RIGHT - 8 X: 4 - Y: PARENT_BOTTOM - 25 + Y: PARENT_BOTTOM - 24 Align: Center Font: Tiny Label@SIZE: Width: PARENT_RIGHT - 8 X: 4 - Y: PARENT_BOTTOM - 13 + Y: PARENT_BOTTOM - 12 Align: Center Font: Tiny Label@FILTER_DESC: X: PARENT_RIGHT - 467 - Y: 48 + Y: 50 Width: 60 Height: 24 Font: Bold diff --git a/mods/common/chrome/missionbrowser.yaml b/mods/common/chrome/missionbrowser.yaml index d6fa346925..e445dce72a 100644 --- a/mods/common/chrome/missionbrowser.yaml +++ b/mods/common/chrome/missionbrowser.yaml @@ -6,7 +6,7 @@ Background@MISSIONBROWSER_PANEL: Height: 487 Children: Label@MISSIONBROWSER_TITLE: - Y: 20 + Y: 21 Width: PARENT_RIGHT Height: 25 Text: Missions @@ -28,7 +28,7 @@ Background@MISSIONBROWSER_PANEL: Label@LABEL: Font: TinyBold Width: PARENT_RIGHT - Height: 10 + Height: 13 Align: Center ScrollItem@TEMPLATE: Width: PARENT_RIGHT - 27 @@ -65,10 +65,10 @@ Background@MISSIONBROWSER_PANEL: Y: 212 Width: PARENT_RIGHT Height: 130 + TopBottomSpacing: 5 Children: Label@MISSION_DESCRIPTION: X: 4 - Y: 1 Width: PARENT_RIGHT - 32 VAlign: Top Font: Small diff --git a/mods/common/chrome/multiplayer-browser.yaml b/mods/common/chrome/multiplayer-browser.yaml index 2a10fba8cf..969b0ae618 100644 --- a/mods/common/chrome/multiplayer-browser.yaml +++ b/mods/common/chrome/multiplayer-browser.yaml @@ -6,7 +6,7 @@ Background@MULTIPLAYER_PANEL: Height: 550 Children: Label@TITLE: - Y: 15 + Y: 16 Width: PARENT_RIGHT Height: 25 Text: Multiplayer @@ -14,7 +14,7 @@ Background@MULTIPLAYER_PANEL: Font: Bold Container@LABEL_CONTAINER: X: 20 - Y: 42 + Y: 43 Width: PARENT_RIGHT Height: PARENT_BOTTOM Children: @@ -54,21 +54,21 @@ Background@MULTIPLAYER_PANEL: Label@OUTDATED_VERSION_LABEL: X: 5 Width: PARENT_RIGHT-10 - Height: 18 + Height: 20 Align: Center Text: You are running an outdated version of OpenRA. Download the latest version from www.openra.net Font: TinyBold Label@UNKNOWN_VERSION_LABEL: X: 5 Width: PARENT_RIGHT-10 - Height: 18 + Height: 20 Align: Center Text: You are running an unrecognized version of OpenRA. Download the latest version from www.openra.net Font: TinyBold Label@PLAYTEST_AVAILABLE_LABEL: X: 5 Width: PARENT_RIGHT-10 - Height: 18 + Height: 20 Align: Center Text: A preview of the next OpenRA release is available for testing. Download the playtest from www.openra.net Font: TinyBold @@ -87,7 +87,6 @@ Background@MULTIPLAYER_PANEL: Visible: false Children: Label@LABEL: - Y: 0 - 1 Font: TinyBold Width: PARENT_RIGHT Height: 20 @@ -162,31 +161,31 @@ Background@MULTIPLAYER_PANEL: Height: PARENT_BOTTOM - 2 TooltipContainer: TOOLTIP_CONTAINER Label@SELECTED_MAP: - Y: 172 + Y: 173 Width: PARENT_RIGHT Height: 25 Font: Bold Align: Center Label@SELECTED_IP: - Y: 187 + Y: 188 Width: PARENT_RIGHT Height: 25 Font: Tiny Align: Center Label@SELECTED_STATUS: - Y: 203 + Y: 204 Width: PARENT_RIGHT Height: 25 Font: TinyBold Align: Center Label@SELECTED_MOD_VERSION: - Y: 216 + Y: 217 Width: PARENT_RIGHT Height: 25 Font: Tiny Align: Center Label@SELECTED_PLAYERS: - Y: 229 + Y: 230 Width: PARENT_RIGHT Height: 25 Font: TinyBold diff --git a/mods/common/chrome/multiplayer-browserpanels.yaml b/mods/common/chrome/multiplayer-browserpanels.yaml index 07d1c5ad0d..1f8ea1e6c1 100644 --- a/mods/common/chrome/multiplayer-browserpanels.yaml +++ b/mods/common/chrome/multiplayer-browserpanels.yaml @@ -14,7 +14,7 @@ ScrollPanel@MULTIPLAYER_CLIENT_LIST: Label@LABEL: Font: TinyBold Width: PARENT_RIGHT - Height: 10 + Height: 13 Align: Center ScrollItem@TEMPLATE: Width: PARENT_RIGHT - 27 @@ -25,19 +25,19 @@ ScrollPanel@MULTIPLAYER_CLIENT_LIST: Children: Image@FLAG: X: 4 - Y: 6 + Y: 5 Width: 32 Height: 16 Visible: False Label@LABEL: X: 40 Width: PARENT_RIGHT - 50 - Height: 23 + Height: 25 Shadow: True Label@NOFLAG_LABEL: X: 5 Width: PARENT_RIGHT - Height: 23 + Height: 25 Shadow: True ScrollPanel@MULTIPLAYER_FILTER_PANEL: diff --git a/mods/common/chrome/multiplayer-createserver.yaml b/mods/common/chrome/multiplayer-createserver.yaml index b10c92fef2..6d514da36d 100644 --- a/mods/common/chrome/multiplayer-createserver.yaml +++ b/mods/common/chrome/multiplayer-createserver.yaml @@ -6,14 +6,14 @@ Background@MULTIPLAYER_CREATESERVER_PANEL: Height: 315 Children: Label@TITLE: - Y: 15 + Y: 16 Width: PARENT_RIGHT Height: 25 Text: Create Server Align: Center Font: Bold Label@SERVER_NAME_LABEL: - Y: 44 + Y: 45 Width: 105 Height: 25 Align: Right @@ -26,7 +26,7 @@ Background@MULTIPLAYER_CREATESERVER_PANEL: Height: 25 Text: My OpenRA Server Label@PASSWORD_LABEL: - Y: 79 + Y: 80 Width: 105 Height: 25 Align: Right @@ -39,13 +39,13 @@ Background@MULTIPLAYER_CREATESERVER_PANEL: Height: 25 Label@AFTER_PASSWORD_LABEL: X: 265 - Y: 79 + Y: 80 Width: 95 Height: 25 Align: Left Text: (optional) Label@LISTEN_PORT_LABEL: - Y: 114 + Y: 115 Width: 105 Height: 25 Align: Right @@ -67,25 +67,25 @@ Background@MULTIPLAYER_CREATESERVER_PANEL: Text: Advertise Online Label@NOTICES_HEADER_A: X: 20 - Y: 155 + Y: 156 Height: 25 Align: Left Font: Bold Label@NOTICES_HEADER_B: X: 20 - Y: 155 + Y: 156 Height: 25 Align: Left Font: Bold Label@NOTICES_HEADER_C: X: 20 - Y: 155 + Y: 156 Height: 25 Align: Left Font: Bold Container@NOTICES_LAN: X: 25 - Y: 175 + Y: 176 Width: PARENT_RIGHT Height: PARENT_BOTTOM Children: @@ -119,7 +119,7 @@ Background@MULTIPLAYER_CREATESERVER_PANEL: Text: manually configure port forwarding on your router. Container@NOTICES_NO_UPNP: X: 25 - Y: 175 + Y: 176 Width: PARENT_RIGHT Height: PARENT_BOTTOM Children: @@ -168,7 +168,7 @@ Background@MULTIPLAYER_CREATESERVER_PANEL: Text: Advanced tab of the OpenRA settings menu. Container@NOTICES_UPNP: X: 25 - Y: 175 + Y: 176 Width: PARENT_RIGHT Height: PARENT_BOTTOM Children: @@ -213,7 +213,7 @@ Background@MULTIPLAYER_CREATESERVER_PANEL: Height: PARENT_RIGHT - 2 LabelWithTooltip@MAP_TITLE: X: PARENT_RIGHT - 194 - Y: 217 + Y: 218 Width: 174 Height: 25 Font: Bold @@ -222,7 +222,7 @@ Background@MULTIPLAYER_CREATESERVER_PANEL: TooltipTemplate: SIMPLE_TOOLTIP Label@MAP_TYPE: X: PARENT_RIGHT - 194 - Y: 232 + Y: 233 Width: 174 Height: 25 Font: TinyBold @@ -230,7 +230,7 @@ Background@MULTIPLAYER_CREATESERVER_PANEL: IgnoreMouseOver: true Label@MAP_AUTHOR: X: PARENT_RIGHT - 194 - Y: 245 + Y: 246 Width: 174 Height: 25 Font: Tiny diff --git a/mods/common/chrome/multiplayer-directconnect.yaml b/mods/common/chrome/multiplayer-directconnect.yaml index 76087eb2a7..13c0042514 100644 --- a/mods/common/chrome/multiplayer-directconnect.yaml +++ b/mods/common/chrome/multiplayer-directconnect.yaml @@ -7,7 +7,7 @@ Background@DIRECTCONNECT_PANEL: Children: Label@DIRECTCONNECT_LABEL_TITLE: X: 0 - Y: 20 + Y: 21 Width: 450 Height: 25 Text: Connect to Server @@ -15,7 +15,7 @@ Background@DIRECTCONNECT_PANEL: Font: Bold Label@ADDRESS_LABEL: X: 50 - Y: 59 + Y: 60 Width: 95 Height: 25 Align: Right @@ -28,7 +28,7 @@ Background@DIRECTCONNECT_PANEL: Height: 25 Label@PORT_LABEL: X: 360 - Y: 59 + Y: 60 Width: 10 Height: 25 Align: Center diff --git a/mods/common/chrome/musicplayer.yaml b/mods/common/chrome/musicplayer.yaml index 14313080d5..96b61c0c68 100644 --- a/mods/common/chrome/musicplayer.yaml +++ b/mods/common/chrome/musicplayer.yaml @@ -33,7 +33,7 @@ Background@MUSIC_PANEL: Height: 25 Container@LABEL_CONTAINER: X: 25 - Y: 15 + Y: 16 Width: 330 Children: Label@TITLE: @@ -127,7 +127,7 @@ Background@MUSIC_PANEL: Ticks: 7 Label@TIME_LABEL: X: (PARENT_RIGHT - WIDTH) / 2 - Y: 330 + Y: 332 Width: 140 Height: 25 Align: Center @@ -146,7 +146,7 @@ Background@MUSIC_PANEL: Text: Loop Container@NO_MUSIC_LABEL: X: 15 - Y: 135 + Y: 136 Width: 330 Height: 60 Visible: false diff --git a/mods/common/chrome/playerprofile.yaml b/mods/common/chrome/playerprofile.yaml index 4175076ecf..7bb532acd8 100644 --- a/mods/common/chrome/playerprofile.yaml +++ b/mods/common/chrome/playerprofile.yaml @@ -10,13 +10,13 @@ Container@LOCAL_PROFILE_PANEL: Children: Label@PROFILE_NAME: X: 10 - Y: 3 + Y: 5 Width: PARENT_RIGHT - 20 Height: 25 Font: MediumBold Label@PROFILE_RANK: X: 10 - Y: 23 + Y: 24 Width: PARENT_RIGHT - 20 Height: 25 Font: TinyBold @@ -224,6 +224,7 @@ Container@PLAYER_PROFILE_BADGES_INSERT: Height: 24 Label@LABEL: X: 36 + Y: 2 Width: PARENT_RIGHT - 60 Height: 24 Font: Bold diff --git a/mods/common/chrome/replaybrowser.yaml b/mods/common/chrome/replaybrowser.yaml index 7c80f01bd8..9fe1a5e049 100644 --- a/mods/common/chrome/replaybrowser.yaml +++ b/mods/common/chrome/replaybrowser.yaml @@ -127,6 +127,7 @@ Background@REPLAYBROWSER_PANEL: Height: 115 Children: Label@MANAGE_TITLE: + Y: 1 Width: PARENT_RIGHT Height: 25 Font: Bold @@ -159,6 +160,7 @@ Background@REPLAYBROWSER_PANEL: Height: PARENT_BOTTOM - 20 - 55 Children: Label@REPLAYBROWSER_LABEL_TITLE: + Y: 1 Width: PARENT_RIGHT Height: 25 Text: Choose Replay @@ -196,7 +198,7 @@ Background@REPLAYBROWSER_PANEL: Height: PARENT_BOTTOM - 250 - 45 Children: Label@DURATION: - Y: 20 + Y: 19 Width: PARENT_RIGHT Height: 15 Font: Tiny @@ -218,7 +220,7 @@ Background@REPLAYBROWSER_PANEL: Label@LABEL: Font: TinyBold Width: PARENT_RIGHT - Height: 10 + Height: 13 Align: Center ScrollItem@TEMPLATE: Width: PARENT_RIGHT - 27 diff --git a/mods/common/chrome/settings.yaml b/mods/common/chrome/settings.yaml index 4bbcecdfff..39da4673de 100644 --- a/mods/common/chrome/settings.yaml +++ b/mods/common/chrome/settings.yaml @@ -89,7 +89,7 @@ Background@SETTINGS_PANEL: Children: Label@MODE_LABEL: X: 110 - Y: 39 + Y: 41 Width: 45 Height: 25 Align: Right @@ -108,7 +108,7 @@ Background@SETTINGS_PANEL: Label@At: Text: @ Font: Bold - Y: 0 - 1 + Y: 1 Height: 25 Width: 25 Align: Center @@ -122,7 +122,7 @@ Background@SETTINGS_PANEL: Text: x Font: Bold X: 70 - Y: 0 - 1 + Y: 0 Height: 25 Width: 15 Align: Center @@ -169,7 +169,7 @@ Background@SETTINGS_PANEL: Text: Also Double Cursor Label@FRAME_LIMIT_DESC_A: X: 45 - Y: 157 + Y: 159 Width: 50 Height: 25 Text: Limit to @@ -183,7 +183,7 @@ Background@SETTINGS_PANEL: Type: Integer Label@FRAME_LIMIT_DESC_B: X: 150 - Y: 157 + Y: 159 Height: 25 Text: FPS Checkbox@PLAYER_STANCE_COLORS_CHECKBOX: @@ -196,7 +196,7 @@ Background@SETTINGS_PANEL: Label@PLAYER: Text: Player: X: 15 - Y: 205 + Y: 208 TextField@PLAYERNAME: Text: Name X: 65 @@ -219,7 +219,7 @@ Background@SETTINGS_PANEL: Height: PARENT_BOTTOM - 12 Label@STATUS_BARS: X: 310 - Y: 275 + Y: 278 Text: Status Bars: DropDownButton@STATUS_BAR_DROPDOWN: X: 400 @@ -280,7 +280,7 @@ Background@SETTINGS_PANEL: Children: Label@SOUND_LABEL: X: PARENT_RIGHT - WIDTH - 270 - Y: 37 + Y: 39 Width: 95 Height: 25 Align: Right @@ -307,7 +307,7 @@ Background@SETTINGS_PANEL: Text: Mute Sound Label@MUSIC_LABEL: X: PARENT_RIGHT - WIDTH - 270 - Y: 67 + Y: 69 Width: 95 Height: 25 Align: Right @@ -320,7 +320,7 @@ Background@SETTINGS_PANEL: Ticks: 7 Label@VIDEO_LABEL: X: PARENT_RIGHT - WIDTH - 270 - Y: 97 + Y: 99 Width: 95 Height: 25 Align: Right @@ -333,7 +333,7 @@ Background@SETTINGS_PANEL: Ticks: 7 Label@AUDIO_DEVICE_LABEL: X: 190 - WIDTH - 5 - Y: 244 + Y: 245 Width: 75 Height: 25 Align: Right @@ -344,7 +344,7 @@ Background@SETTINGS_PANEL: Width: 300 Height: 25 Label@AUDIO_DEVICE_DESC: - Y: 265 + Y: 266 Width: PARENT_RIGHT Height: 25 Font: Tiny @@ -365,7 +365,7 @@ Background@SETTINGS_PANEL: Text: Left-click Orders Label@MIDDLE_MOUSE_SCROLL_LABEL: X: PARENT_RIGHT - WIDTH - 120 - Y: 39 + Y: 41 Width: 160 Height: 20 Font: Regular @@ -379,7 +379,7 @@ Background@SETTINGS_PANEL: Font: Regular Label@MIDDLE_MOUSE_SCROLL_LABEL: X: PARENT_RIGHT - WIDTH - 120 - Y: 69 + Y: 71 Width: 160 Height: 20 Font: Regular @@ -393,7 +393,7 @@ Background@SETTINGS_PANEL: Font: Regular Label@ZOOM_MODIFIER_LABEL: X: PARENT_RIGHT - WIDTH - 120 - Y: 98 + Y: 101 Width: 160 Height: 20 Font: Regular @@ -429,7 +429,7 @@ Background@SETTINGS_PANEL: Text: Lock mouse to window Label@SCROLL_SPEED_LABEL: X: PARENT_RIGHT - WIDTH - 270 - Y: 127 + Y: 129 Width: 95 Height: 25 Text: Scroll Speed: @@ -444,7 +444,7 @@ Background@SETTINGS_PANEL: MaximumValue: 50 Label@UI_SCROLL_SPEED_LABEL: X: PARENT_RIGHT - WIDTH - 106 - Y: 127 + Y: 129 Width: 95 Height: 25 Text: UI Scroll: diff --git a/mods/common/chrome/tooltips.yaml b/mods/common/chrome/tooltips.yaml index 0fae9cd17e..4134425222 100644 --- a/mods/common/chrome/tooltips.yaml +++ b/mods/common/chrome/tooltips.yaml @@ -19,7 +19,7 @@ Background@BUTTON_TOOLTIP: Children: Label@LABEL: X: 7 - Y: 2 + Y: 3 Height: 23 Font: Bold Label@HOTKEY: @@ -30,7 +30,7 @@ Background@BUTTON_TOOLTIP: Font: Bold Label@DESC: X: 7 - Y: 25 + Y: 28 Height: 12 Font: TinyBold VAlign: Top @@ -43,18 +43,18 @@ Background@BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP: Children: Label@LABEL: X: 7 - Y: 2 + Y: 3 Height: 23 Font: Bold Label@HOTKEY: - Y: 2 + Y: 3 Visible: false TextColor: FFFF00 Height: 23 Font: Bold Label@DESC: X: 7 - Y: 25 + Y: 27 Height: 12 Font: TinyBold VAlign: Top @@ -79,13 +79,13 @@ Background@WORLD_TOOLTIP: Height: 16 Label@OWNER: X: 45 - Y: 22 + Y: 23 Height: 23 Font: Bold Shadow: True Label@EXTRA: X: 7 - Y: 50 + Y: 51 Height: 5 Font: Bold @@ -99,7 +99,7 @@ Background@SPAWN_TOOLTIP: Container@DOUBLE_HEIGHT: Height: 44 Label@LABEL: - Y: 2 + Y: 3 Height: 23 Font: Bold Image@FLAG: @@ -108,7 +108,7 @@ Background@SPAWN_TOOLTIP: Width: 32 Height: 16 Label@TEAM: - Y: 23 + Y: 24 Height: 15 Font: TinyBold Align: center @@ -121,13 +121,13 @@ Background@LATENCY_TOOLTIP: Children: Label@LATENCY_PREFIX: X: 7 - Y: 2 - Height: 23 + Y: 3 + Height: 26 Font: Bold Text: Latency: Label@LATENCY: - Y: 2 - Height: 23 + Y: 3 + Height: 26 Font: Bold Background@ANONYMOUS_PLAYER_TOOLTIP: @@ -138,17 +138,18 @@ Background@ANONYMOUS_PLAYER_TOOLTIP: Children: Label@NAME: X: 7 + Y: 2 Text: Anonymous Player Height: 24 Font: MediumBold Label@LOCATION: X: 7 - Y: 23 + Y: 24 Height: 12 Font: TinyBold Label@IP: X: 7 - Y: 36 + Y: 37 Height: 12 Font: TinyBold Container@GAME_ADMIN: @@ -165,6 +166,7 @@ Background@ANONYMOUS_PLAYER_TOOLTIP: ImageName: admin Label@LABEL: X: 9 + Y: 1 Height: 12 Text: Game Admin Font: TinyBold @@ -182,12 +184,13 @@ Background@REGISTERED_PLAYER_TOOLTIP: Children: Label@PROFILE_NAME: X: 7 + Y: 2 Width: PARENT_RIGHT - 20 Height: 24 Font: MediumBold Label@PROFILE_RANK: X: 7 - Y: 23 + Y: 24 Width: PARENT_RIGHT - 20 Height: 12 Font: TinyBold @@ -206,6 +209,7 @@ Background@REGISTERED_PLAYER_TOOLTIP: ImageName: admin Label@LABEL: X: 10 + Y: 1 Height: 12 Text: Game Admin Font: TinyBold @@ -235,24 +239,24 @@ Background@PRODUCTION_TOOLTIP: Children: Label@NAME: X: 7 - Y: 2 + Y: 3 Height: 23 Font: Bold Label@HOTKEY: Visible: false - Y: 2 + Y: 3 Height: 23 TextColor: FFFF00 Font: Bold Label@REQUIRES: X: 7 - Y: 25 + Y: 26 Height: 15 Font: TinyBold Text: Requires {0} Label@DESC: X: 7 - Y: 25 + Y: 27 Height: 2 Font: TinyBold VAlign: Top @@ -263,6 +267,7 @@ Background@PRODUCTION_TOOLTIP: ImageCollection: sidebar-bits ImageName: production-tooltip-cost Label@COST: + Y: 1 Height: 23 Font: Bold Image@TIME_ICON: @@ -273,7 +278,7 @@ Background@PRODUCTION_TOOLTIP: ImageCollection: sidebar-bits ImageName: production-tooltip-time Label@TIME: - Y: 21 + Y: 22 Height: 23 Font: Bold Image@POWER_ICON: @@ -283,7 +288,7 @@ Background@PRODUCTION_TOOLTIP: ImageCollection: sidebar-bits ImageName: production-tooltip-power Label@POWER: - Y: 41 + Y: 42 Height: 23 Font: Bold @@ -291,25 +296,25 @@ Background@SUPPORT_POWER_TOOLTIP: Logic: SupportPowerTooltipLogic Background: dialog4 Width: 200 - Height: 29 + Height: 32 Children: Label@NAME: X: 7 - Y: 2 + Y: 4 Height: 20 Font: Bold Label@HOTKEY: Visible: false - Y: 2 + Y: 4 Height: 20 TextColor: FFFF00 Font: Bold Label@TIME: - Y: 8 + Y: 10 Font: TinyBold VAlign: Top Label@DESC: X: 7 - Y: 22 + Y: 24 Font: TinyBold VAlign: Top