Increase map chooser dialog size to match the lobby.

This commit is contained in:
Paul Chote
2021-01-24 13:04:57 +00:00
committed by abcdefg30
parent d67b3245e0
commit 3b768dacf5
2 changed files with 14 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ Container@MAPCHOOSER_PANEL:
Logic: MapChooserLogic Logic: MapChooserLogic
X: (WINDOW_RIGHT - WIDTH) / 2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - 560) / 2 Y: (WINDOW_BOTTOM - 560) / 2
Width: 800 Width: 900
Height: 575 Height: 575
Children: Children:
Label@TITLE: Label@TITLE:
@@ -64,7 +64,7 @@ Container@MAPCHOOSER_PANEL:
ScrollPanel@MAP_LIST: ScrollPanel@MAP_LIST:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: ItemSpacing: 1
Container@USER_MAPS_TAB: Container@USER_MAPS_TAB:
X: 15 X: 15
Y: 45 Y: 45
@@ -74,18 +74,18 @@ Container@MAPCHOOSER_PANEL:
ScrollPanel@MAP_LIST: ScrollPanel@MAP_LIST:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: ItemSpacing: 1
ScrollItem@MAP_TEMPLATE: ScrollItem@MAP_TEMPLATE:
Width: 183 Width: 210
Height: 232 Height: 262
X: 2 X: 1
Visible: false Visible: false
Children: Children:
MapPreview@PREVIEW: MapPreview@PREVIEW:
X: (PARENT_RIGHT - WIDTH) / 2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 4 Y: 3
Width: 173 Width: 204
Height: 173 Height: 204
IgnoreMouseOver: true IgnoreMouseOver: true
IgnoreMouseInput: true IgnoreMouseInput: true
Label@TITLE: Label@TITLE:

View File

@@ -2,7 +2,7 @@ Background@MAPCHOOSER_PANEL:
X: (WINDOW_RIGHT - WIDTH) / 2 X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT) / 2 Y: (WINDOW_BOTTOM - HEIGHT) / 2
Logic: MapChooserLogic Logic: MapChooserLogic
Width: 808 Width: 900
Height: 600 Height: 600
Children: Children:
Label@MAPCHOOSER_TITLE: Label@MAPCHOOSER_TITLE:
@@ -47,16 +47,16 @@ Background@MAPCHOOSER_PANEL:
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
ScrollItem@MAP_TEMPLATE: ScrollItem@MAP_TEMPLATE:
Width: 185 Width: 208
Height: 243 Height: 266
X: 2 X: 2
Visible: false Visible: false
Children: Children:
MapPreview@PREVIEW: MapPreview@PREVIEW:
X: (PARENT_RIGHT - WIDTH) / 2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 3 Y: 3
Width: 179 Width: 202
Height: 179 Height: 202
IgnoreMouseOver: true IgnoreMouseOver: true
IgnoreMouseInput: true IgnoreMouseInput: true
Label@TITLE: Label@TITLE: