diff --git a/mods/cnc/chrome/editor.yaml b/mods/cnc/chrome/editor.yaml index 8d3df16217..2307ad7218 100644 --- a/mods/cnc/chrome/editor.yaml +++ b/mods/cnc/chrome/editor.yaml @@ -3,7 +3,7 @@ Container@NEW_MAP_BG: X: (WINDOW_RIGHT - WIDTH)/2 Y: (WINDOW_BOTTOM - HEIGHT)/2 Width: 300 - Height: 150 + Height: 125 Children: Label@TITLE: Text:New Map @@ -14,65 +14,65 @@ Container@NEW_MAP_BG: Align: Center Background@bg: Width: PARENT_RIGHT - Height: 115 + Height: 90 Background: panel-black Children: Label@TILESET_LABEL: - X: 5 - Y: 19 + X: 25 + Y: 14 Width: 95 Height: 25 Align: Right Text: Tileset: DropDownButton@TILESET: - X: 105 - Y: 22 - Width: 150 + X: 125 + Y: 15 + Width: 160 Height: 25 Label@WIDTH_LABEL: - X: 5 - Y: 59 + X: 25 + Y: 49 Width: 95 Height: 25 Align: Right Text: Width: TextField@WIDTH: - X: 105 - Y: 60 + X: 125 + Y: 50 Width: 50 MaxLength: 3 Height: 25 Text: 128 Label@HEIGHT_LABEL: - X: 115 - Y: 59 + X: 135 + Y: 49 Width: 95 Height: 25 Align: Right Text: Height: TextField@HEIGHT: - X: 215 - Y: 60 + X: 235 + Y: 50 Width: 50 MaxLength: 3 Height: 25 Text: 128 - Button@CREATE_BUTTON: - X: 0 - Y: 114 - Width: 140 - Height: 35 - Text: Create - Font: Bold - Key: return Button@CANCEL_BUTTON: - X: PARENT_RIGHT - WIDTH - Y: 114 + Y: 89 Width: 140 Height: 35 Text: Cancel Font: Bold Key: escape + Button@CREATE_BUTTON: + X: PARENT_RIGHT - WIDTH + Y: 89 + Width: 140 + Height: 35 + Text: Create + Font: Bold + Key: return + Container@SAVE_MAP_PANEL: X: (WINDOW_RIGHT - WIDTH)/2 diff --git a/mods/ra/chrome/editor.yaml b/mods/ra/chrome/editor.yaml index c4896664d5..64d0d21bb2 100644 --- a/mods/ra/chrome/editor.yaml +++ b/mods/ra/chrome/editor.yaml @@ -3,7 +3,7 @@ Background@NEW_MAP_BG: X: (WINDOW_RIGHT - WIDTH)/2 Y: (WINDOW_BOTTOM - HEIGHT)/2 Width: 300 - Height: 200 + Height: 185 Children: Label@LABEL_TITLE: X: 0 @@ -14,47 +14,47 @@ Background@NEW_MAP_BG: Align: Center Font: Bold Label@TILESET_LABEL: - X: 5 + X: 20 Y: 59 Width: 95 Height: 25 Align: Right Text: Tileset: DropDownButton@TILESET: - X: 105 + X: 120 Y: 60 - Width: 150 + Width: 160 Height: 25 Label@WIDTH_LABEL: - X: 5 - Y: 99 + X: 20 + Y: 94 Width: 95 Height: 25 Align: Right Text: Width: TextField@WIDTH: - X: 105 - Y: 100 + X: 120 + Y: 95 Width: 50 MaxLength: 3 Height: 25 Text: 128 Label@HEIGHT_LABEL: - X: 115 - Y: 99 + X: 130 + Y: 94 Width: 95 Height: 25 Align: Right Text: Height: TextField@HEIGHT: - X: 215 - Y: 100 + X: 230 + Y: 95 Width: 50 MaxLength: 3 Height: 25 Text: 128 Button@CREATE_BUTTON: - X: 15 + X: 30 Y: PARENT_BOTTOM - 45 Width: 120 Height: 25 @@ -62,7 +62,7 @@ Background@NEW_MAP_BG: Font: Bold Key: return Button@CANCEL_BUTTON: - X: PARENT_RIGHT - 15 - WIDTH + X: 160 Y: PARENT_BOTTOM - 45 Width: 120 Height: 25