diff --git a/mods/cnc/chrome/mapchooser.yaml b/mods/cnc/chrome/mapchooser.yaml index 71aa340368..8da7d62305 100644 --- a/mods/cnc/chrome/mapchooser.yaml +++ b/mods/cnc/chrome/mapchooser.yaml @@ -2,7 +2,7 @@ Container@MAPCHOOSER_PANEL: Logic: MapChooserLogic X: (WINDOW_RIGHT - WIDTH) / 2 Y: (WINDOW_BOTTOM - 560) / 2 - Width: 800 + Width: 900 Height: 575 Children: Label@TITLE: @@ -64,7 +64,7 @@ Container@MAPCHOOSER_PANEL: ScrollPanel@MAP_LIST: Width: PARENT_RIGHT Height: PARENT_BOTTOM - Children: + ItemSpacing: 1 Container@USER_MAPS_TAB: X: 15 Y: 45 @@ -74,18 +74,18 @@ Container@MAPCHOOSER_PANEL: ScrollPanel@MAP_LIST: Width: PARENT_RIGHT Height: PARENT_BOTTOM - Children: + ItemSpacing: 1 ScrollItem@MAP_TEMPLATE: - Width: 183 - Height: 232 - X: 2 + Width: 210 + Height: 262 + X: 1 Visible: false Children: MapPreview@PREVIEW: X: (PARENT_RIGHT - WIDTH) / 2 - Y: 4 - Width: 173 - Height: 173 + Y: 3 + Width: 204 + Height: 204 IgnoreMouseOver: true IgnoreMouseInput: true Label@TITLE: diff --git a/mods/common/chrome/map-chooser.yaml b/mods/common/chrome/map-chooser.yaml index f2811b8589..07f1f6f86a 100644 --- a/mods/common/chrome/map-chooser.yaml +++ b/mods/common/chrome/map-chooser.yaml @@ -2,7 +2,7 @@ Background@MAPCHOOSER_PANEL: X: (WINDOW_RIGHT - WIDTH) / 2 Y: (WINDOW_BOTTOM - HEIGHT) / 2 Logic: MapChooserLogic - Width: 808 + Width: 900 Height: 600 Children: Label@MAPCHOOSER_TITLE: @@ -47,16 +47,16 @@ Background@MAPCHOOSER_PANEL: Height: PARENT_BOTTOM Children: ScrollItem@MAP_TEMPLATE: - Width: 185 - Height: 243 + Width: 208 + Height: 266 X: 2 Visible: false Children: MapPreview@PREVIEW: X: (PARENT_RIGHT - WIDTH) / 2 Y: 3 - Width: 179 - Height: 179 + Width: 202 + Height: 202 IgnoreMouseOver: true IgnoreMouseInput: true Label@TITLE: