diff --git a/mods/cnc/chrome/mapchooser.yaml b/mods/cnc/chrome/mapchooser.yaml index 9147e4e51c..13c6f51f79 100644 --- a/mods/cnc/chrome/mapchooser.yaml +++ b/mods/cnc/chrome/mapchooser.yaml @@ -2,18 +2,18 @@ Container@MAPCHOOSER_PANEL: Logic:MapChooserLogic X:(WINDOW_RIGHT - WIDTH)/2 Y:(WINDOW_BOTTOM - 500)/2 - Width:790 + Width:740 Height:535 Children: Label@TITLE: - Width:790 + Width:PARENT_RIGHT Y:0-25 Font:BigBold Contrast:true Align:Center Text: Select Map Background@bg: - Width:790 + Width:PARENT_RIGHT Height:500 Background:panel-black Children: @@ -37,44 +37,40 @@ Container@MAPCHOOSER_PANEL: Height:440 Children: ScrollItem@MAP_TEMPLATE: - Width:180 - Height:208 + Width:168 + Height:215 X:2 Y:0 Visible:false Children: + MapPreview@PREVIEW: + X:(PARENT_RIGHT - WIDTH)/2 + Y:4 + Width:158 + Height:158 Label@TITLE: X:2 - Y:PARENT_BOTTOM-47 + Y:PARENT_BOTTOM-45 Width:PARENT_RIGHT-4 - Height:25 Align:Center Label@DETAILS: Width:PARENT_RIGHT-4 X:2 - Y:PARENT_BOTTOM-35 + Y:PARENT_BOTTOM-30 Align:Center - Height:25 Font:Tiny Label@AUTHOR: Width:PARENT_RIGHT-4 X:2 - Y:PARENT_BOTTOM-26 + Y:PARENT_BOTTOM-20 Align:Center - Height:25 Font:Tiny Label@SIZE: Width:PARENT_RIGHT-4 X:2 - Y:PARENT_BOTTOM-17 + Y:PARENT_BOTTOM-10 Align:Center - Height:25 Font:Tiny - MapPreview@PREVIEW: - X:(PARENT_RIGHT - WIDTH)/2 - Y:4 - Width:160 - Height:160 Button@BUTTON_CANCEL: Key:escape X:0