diff --git a/mods/cnc/chrome/editor.yaml b/mods/cnc/chrome/editor.yaml index cde46073b4..31ddf963ac 100644 --- a/mods/cnc/chrome/editor.yaml +++ b/mods/cnc/chrome/editor.yaml @@ -6,7 +6,7 @@ Container@NEW_MAP_BG: Height: 125 Children: Label@TITLE: - Text:New Map + Text: New Map Width: PARENT_RIGHT Y: 0-25 Font: BigBold @@ -73,7 +73,6 @@ Container@NEW_MAP_BG: Font: Bold Key: return - Background@SAVE_MAP_PANEL: Logic: SaveMapLogic X: (WINDOW_RIGHT - WIDTH)/2 @@ -407,3 +406,4 @@ Container@EDITOR_WORLD_ROOT: Align: Left Font: Bold Contrast: true + diff --git a/mods/cnc/chrome/ingame-infoscripterror.yaml b/mods/cnc/chrome/ingame-infoscripterror.yaml index 656a2f7c49..851bf928fe 100644 --- a/mods/cnc/chrome/ingame-infoscripterror.yaml +++ b/mods/cnc/chrome/ingame-infoscripterror.yaml @@ -8,7 +8,7 @@ Container@SCRIPT_ERROR_PANEL: Width: PARENT_RIGHT-30 Height: 20 Font: Bold - Align:Center + Align: Center Text: The map script has encountered a fatal error Label@DESCB: X: 15 @@ -24,4 +24,5 @@ Container@SCRIPT_ERROR_PANEL: Width: PARENT_RIGHT-30 Height: 20 Font: Regular - Text: Please send this file to the map author so that they can fix this issue. \ No newline at end of file + Text: Please send this file to the map author so that they can fix this issue. + diff --git a/mods/cnc/chrome/ingame.yaml b/mods/cnc/chrome/ingame.yaml index 5d34a98afa..c4067d0a79 100644 --- a/mods/cnc/chrome/ingame.yaml +++ b/mods/cnc/chrome/ingame.yaml @@ -202,7 +202,7 @@ Container@OBSERVER_WIDGETS: Logic: ObserverShroudSelectorLogic X: WINDOW_RIGHT-WIDTH-5 Y: 260 - Width:256 + Width: 256 Height: 25 Font: Bold Children: @@ -467,6 +467,7 @@ Container@PLAYER_WIDGETS: Y: 268 Width: 194 Height: 20 + Background@FMVPLAYER: Width: WINDOW_RIGHT Height: WINDOW_BOTTOM diff --git a/mods/cnc/chrome/lobby-kickdialogs.yaml b/mods/cnc/chrome/lobby-kickdialogs.yaml index 0eea66c383..8657d5efd7 100644 --- a/mods/cnc/chrome/lobby-kickdialogs.yaml +++ b/mods/cnc/chrome/lobby-kickdialogs.yaml @@ -45,6 +45,7 @@ Background@KICK_CLIENT_DIALOG: Height: 25 Text: Cancel Font: Bold + Background@KICK_SPECTATORS_DIALOG: Width: PARENT_RIGHT Height: PARENT_BOTTOM @@ -78,6 +79,7 @@ Background@KICK_SPECTATORS_DIALOG: Height: 25 Text: Cancel Font: Bold + Background@FORCE_START_DIALOG: Width: PARENT_RIGHT Height: PARENT_BOTTOM @@ -137,3 +139,4 @@ Background@FORCE_START_DIALOG: Height: 25 Text: Cancel Font: Bold + diff --git a/mods/cnc/chrome/missionbrowser.yaml b/mods/cnc/chrome/missionbrowser.yaml index e1ce1cb06e..2b7e1356af 100644 --- a/mods/cnc/chrome/missionbrowser.yaml +++ b/mods/cnc/chrome/missionbrowser.yaml @@ -148,6 +148,7 @@ Container@MISSIONBROWSER_PANEL: Y: 1 Width: 640 Height: 375 + Background@FULLSCREEN_PLAYER: Width: WINDOW_RIGHT Height: WINDOW_BOTTOM @@ -159,3 +160,4 @@ Background@FULLSCREEN_PLAYER: Y: 0 Width: WINDOW_RIGHT Height: WINDOW_BOTTOM + diff --git a/mods/d2k/chrome/ingame-player.yaml b/mods/d2k/chrome/ingame-player.yaml index 8f0182df69..685a9e0c5f 100644 --- a/mods/d2k/chrome/ingame-player.yaml +++ b/mods/d2k/chrome/ingame-player.yaml @@ -17,8 +17,8 @@ Container@PLAYER_WIDGETS: Container@PALETTE_FOREGROUND: Children: Image@ICON_TEMPLATE: - X:0-2 - Y:0-2 + X: 0-2 + Y: 0-2 Width: 60 Height: 48 IgnoreMouseOver: true @@ -95,7 +95,6 @@ Container@PLAYER_WIDGETS: X: 0 Y: 0 ImageCollection: order-icons - Button@POWER_BUTTON: Logic: PowerdownOrderButtonLogic X: 133 @@ -393,3 +392,4 @@ Container@PLAYER_WIDGETS: Y: 5 ImageCollection: scrollbar ImageName: down_arrow + diff --git a/mods/d2k/chrome/missionbrowser.yaml b/mods/d2k/chrome/missionbrowser.yaml index 3fd6e2484f..2a4f2e64b9 100644 --- a/mods/d2k/chrome/missionbrowser.yaml +++ b/mods/d2k/chrome/missionbrowser.yaml @@ -152,6 +152,7 @@ Background@MISSIONBROWSER_PANEL: Height: 480 AspectRatio: 1.2 DrawOverlay: False + Background@FULLSCREEN_PLAYER: Width: WINDOW_RIGHT Height: WINDOW_BOTTOM @@ -163,3 +164,4 @@ Background@FULLSCREEN_PLAYER: Y: 0 Width: WINDOW_RIGHT Height: WINDOW_BOTTOM + diff --git a/mods/ra/chrome/confirmation-dialogs.yaml b/mods/ra/chrome/confirmation-dialogs.yaml index a7f59f4751..8354150233 100644 --- a/mods/ra/chrome/confirmation-dialogs.yaml +++ b/mods/ra/chrome/confirmation-dialogs.yaml @@ -58,7 +58,7 @@ Background@CANCEL_PROMPT: Height: 25 Text: Cancel Font: Bold - Key: escape + Key: escape Background@TEXT_INPUT_PROMPT: X: (WINDOW_RIGHT - WIDTH)/2 @@ -99,3 +99,4 @@ Background@TEXT_INPUT_PROMPT: Text: Cancel Font: Bold Key: escape + diff --git a/mods/ra/chrome/ingame-diplomacy.yaml b/mods/ra/chrome/ingame-diplomacy.yaml index 9b62704307..1bbcbeb95d 100644 --- a/mods/ra/chrome/ingame-diplomacy.yaml +++ b/mods/ra/chrome/ingame-diplomacy.yaml @@ -81,7 +81,6 @@ Background@INGAME_DIPLOMACY_BG: X: 307 Width: 100 Height: PARENT_BOTTOM - Button@CLOSE: X: PARENT_RIGHT-145 Y: PARENT_BOTTOM - 45 @@ -89,4 +88,5 @@ Background@INGAME_DIPLOMACY_BG: Height: 25 Text: Close Key: escape - Font: Bold \ No newline at end of file + Font: Bold + diff --git a/mods/ra/chrome/ingame-infobriefing.yaml b/mods/ra/chrome/ingame-infobriefing.yaml index 1a8f22f713..208acda3ca 100644 --- a/mods/ra/chrome/ingame-infobriefing.yaml +++ b/mods/ra/chrome/ingame-infobriefing.yaml @@ -1,5 +1,5 @@ Container@MAP_PANEL: - Height: PARENT_BOTTOM + Height: PARENT_BOTTOM Width: PARENT_RIGHT Logic: GameInfoBriefingLogic Children: @@ -29,4 +29,3 @@ Container@MAP_PANEL: Y: 1 Width: PARENT_RIGHT - 32 - diff --git a/mods/ra/chrome/ingame-infoscripterror.yaml b/mods/ra/chrome/ingame-infoscripterror.yaml index 656a2f7c49..851bf928fe 100644 --- a/mods/ra/chrome/ingame-infoscripterror.yaml +++ b/mods/ra/chrome/ingame-infoscripterror.yaml @@ -8,7 +8,7 @@ Container@SCRIPT_ERROR_PANEL: Width: PARENT_RIGHT-30 Height: 20 Font: Bold - Align:Center + Align: Center Text: The map script has encountered a fatal error Label@DESCB: X: 15 @@ -24,4 +24,5 @@ Container@SCRIPT_ERROR_PANEL: Width: PARENT_RIGHT-30 Height: 20 Font: Regular - Text: Please send this file to the map author so that they can fix this issue. \ No newline at end of file + Text: Please send this file to the map author so that they can fix this issue. + diff --git a/mods/ra/chrome/ingame-player.yaml b/mods/ra/chrome/ingame-player.yaml index bf3e7b88b2..cbc1077d76 100644 --- a/mods/ra/chrome/ingame-player.yaml +++ b/mods/ra/chrome/ingame-player.yaml @@ -18,8 +18,8 @@ Container@PLAYER_WIDGETS: Children: Image@ICON_TEMPLATE: Logic: AddFactionSuffixLogic - X:0-2 - Y:0-2 + X: 0-2 + Y: 0-2 Width: 62 Height: 46 IgnoreMouseOver: true @@ -381,3 +381,4 @@ Container@PLAYER_WIDGETS: Y: 3 ImageCollection: scrollbar ImageName: down_arrow + diff --git a/mods/ra/chrome/missionbrowser.yaml b/mods/ra/chrome/missionbrowser.yaml index b7a155a255..b2ba416327 100644 --- a/mods/ra/chrome/missionbrowser.yaml +++ b/mods/ra/chrome/missionbrowser.yaml @@ -94,7 +94,6 @@ Background@MISSIONBROWSER_PANEL: Width: 120 Height: 25 Font: Regular - Button@START_BRIEFING_VIDEO_BUTTON: X: 20 Y: PARENT_BOTTOM - 45 @@ -150,6 +149,7 @@ Background@MISSIONBROWSER_PANEL: Y: 1 Width: 640 Height: 375 + Background@FULLSCREEN_PLAYER: Width: WINDOW_RIGHT Height: WINDOW_BOTTOM @@ -161,3 +161,4 @@ Background@FULLSCREEN_PLAYER: Y: 0 Width: WINDOW_RIGHT Height: WINDOW_BOTTOM + diff --git a/mods/ts/chrome/ingame-player.yaml b/mods/ts/chrome/ingame-player.yaml index f959905570..5cceaef4da 100644 --- a/mods/ts/chrome/ingame-player.yaml +++ b/mods/ts/chrome/ingame-player.yaml @@ -19,8 +19,8 @@ Container@PLAYER_WIDGETS: Children: Image@ICON_TEMPLATE: Logic: AddFactionSuffixLogic - X:0-2 - Y:0-2 + X: 0-2 + Y: 0-2 Width: 64 Height: 48 IgnoreMouseOver: true @@ -390,3 +390,4 @@ Container@PLAYER_WIDGETS: Background: scrolldown-buttons TooltipText: Scroll down TooltipContainer: TOOLTIP_CONTAINER +