diff --git a/mods/cnc/chrome/assetbrowser.yaml b/mods/cnc/chrome/assetbrowser.yaml index aa5711f79c..6cce12007f 100644 --- a/mods/cnc/chrome/assetbrowser.yaml +++ b/mods/cnc/chrome/assetbrowser.yaml @@ -186,7 +186,6 @@ Container@ASSETBROWSER_PANEL: Align:Left Button@CLOSE_BUTTON: Key:escape - X:PARENT_RIGHT-140 Y:434 Width:140 Height:35 diff --git a/mods/cnc/chrome/credits.yaml b/mods/cnc/chrome/credits.yaml index eb1e6eae5b..4dd40d3393 100644 --- a/mods/cnc/chrome/credits.yaml +++ b/mods/cnc/chrome/credits.yaml @@ -28,7 +28,6 @@ Container@CREDITS_PANEL: Height:16 VAlign:Top Button@BACK_BUTTON: - X:PARENT_RIGHT-140 Y:399 Width:140 Height:35 diff --git a/mods/cnc/chrome/lobby.yaml b/mods/cnc/chrome/lobby.yaml index f31a7b2452..41859af2b4 100644 --- a/mods/cnc/chrome/lobby.yaml +++ b/mods/cnc/chrome/lobby.yaml @@ -156,14 +156,13 @@ Container@SERVER_LOBBY: Align:Right Text:Chat: Button@DISCONNECT_BUTTON: - X:600 Y:499 Width:140 Height:35 Text:Leave Game Key: escape Button@MUSIC_BUTTON: - X:450 + X:150 Y:499 Width:140 Height:35 diff --git a/mods/cnc/chrome/settings.yaml b/mods/cnc/chrome/settings.yaml index 3f48ed3ae2..88e94c1b06 100644 --- a/mods/cnc/chrome/settings.yaml +++ b/mods/cnc/chrome/settings.yaml @@ -33,18 +33,6 @@ Container@SETTINGS_PANEL: Width:140 Height:35 Text:Advanced - Button@RESET_BUTTON: - Y:343 - Width:140 - Height:35 - Text:Reset - Button@BACK_BUTTON: - Key:escape - X:PARENT_RIGHT-WIDTH - Y:343 - Width:140 - Height:35 - Text:Back Background@bg: Y:34 Width:590 @@ -454,3 +442,15 @@ Container@SETTINGS_PANEL: Height:20 Font:Regular Text:Check Sync around Unsynced Code + Button@BACK_BUTTON: + Key:escape + Y:343 + Width:140 + Height:35 + Text:Back + Button@RESET_BUTTON: + X:150 + Y:343 + Width:140 + Height:35 + Text:Reset \ No newline at end of file