diff --git a/mods/ra/chrome/map-chooser.yaml b/mods/ra/chrome/map-chooser.yaml index 2e4087741a..d3af5d646d 100644 --- a/mods/ra/chrome/map-chooser.yaml +++ b/mods/ra/chrome/map-chooser.yaml @@ -2,36 +2,35 @@ Background@MAPCHOOSER_PANEL: X: (WINDOW_RIGHT - WIDTH)/2 Y: (WINDOW_BOTTOM - HEIGHT)/2 Logic: MapChooserLogic - Width: 858 + Width: 808 Height: 600 Children: Label@MAPCHOOSER_TITLE: - X: 0 Y: 15 Align: Center - Width: 858 + Width: PARENT_RIGHT Height: 20 Text: Choose Map Font: Bold Button@SYSTEM_MAPS_TAB_BUTTON: X: 20 - Y: 43 - Height: 25 + Y: 48 + Height: 31 Width: 140 Text: Official Maps Font: Bold Button@USER_MAPS_TAB_BUTTON: X: 160 - Y: 43 - Height: 25 + Y: 48 + Height: 31 Width: 140 Text: Custom Maps Font: Bold Container@SYSTEM_MAPS_TAB: X: 20 - Y: 67 + Y: 77 Width: PARENT_RIGHT - 40 - Height: 481 + Height: 471 Children: ScrollPanel@MAP_LIST: Width: PARENT_RIGHT @@ -39,54 +38,53 @@ Background@MAPCHOOSER_PANEL: Children: Container@USER_MAPS_TAB: X: 20 - Y: 67 + Y: 77 Width: PARENT_RIGHT - 40 - Height: 481 + Height: 471 Children: ScrollPanel@MAP_LIST: Width: PARENT_RIGHT Height: PARENT_BOTTOM Children: ScrollItem@MAP_TEMPLATE: - Width: 194 + Width: 185 Height: 243 - X: 4 - Y: 0 + X: 2 Visible: false Children: MapPreview@PREVIEW: X: (PARENT_RIGHT - WIDTH)/2 - Y: 4 - Width: 184 - Height: 184 + Y: 3 + Width: 179 + Height: 179 IgnoreMouseOver: true IgnoreMouseInput: true Label@TITLE: X: 2 - Y: PARENT_BOTTOM-48 + Y: PARENT_BOTTOM-53 Width: PARENT_RIGHT-4 Align: Center Label@DETAILS: Width: PARENT_RIGHT-4 X: 2 - Y: PARENT_BOTTOM-34 + Y: PARENT_BOTTOM-37 Align: Center Font: Tiny Label@AUTHOR: Width: PARENT_RIGHT-4 X: 2 - Y: PARENT_BOTTOM-22 + Y: PARENT_BOTTOM-25 Align: Center Font: Tiny Label@SIZE: Width: PARENT_RIGHT-4 X: 2 - Y: PARENT_BOTTOM-10 + Y: PARENT_BOTTOM-13 Align: Center Font: Tiny Label@FILTER_DESC: X: PARENT_RIGHT - 467 - Y: 40 + Y: 48 Width: 60 Height: 24 Font: Bold @@ -94,12 +92,12 @@ Background@MAPCHOOSER_PANEL: Text: Filter: TextField@MAPFILTER_INPUT: X: PARENT_RIGHT - 401 - Y: 40 + Y: 48 Width: 150 Height: 25 Label@FILTER_DESC_JOINER: X: PARENT_RIGHT - 250 - Y: 40 + Y: 48 Width: 30 Height: 24 Font: Bold @@ -107,7 +105,7 @@ Background@MAPCHOOSER_PANEL: Text: in DropDownButton@GAMEMODE_FILTER: X: PARENT_RIGHT - 220 - Y: 40 + Y: 48 Width: 200 Height: 25 Button@RANDOMMAP_BUTTON: