Merge pull request #6676 from pchote/map-chooser-layout
Make the RA/D2K/TS map chooser layout consistent with the lobby.
This commit is contained in:
@@ -8,7 +8,7 @@ Background@SERVER_LOBBY:
|
|||||||
ColorPreviewManager@COLOR_MANAGER:
|
ColorPreviewManager@COLOR_MANAGER:
|
||||||
Label@SERVER_NAME:
|
Label@SERVER_NAME:
|
||||||
X: 0
|
X: 0
|
||||||
Y: 17
|
Y: 15
|
||||||
Align: Center
|
Align: Center
|
||||||
Width: PARENT_RIGHT
|
Width: PARENT_RIGHT
|
||||||
Height: 20
|
Height: 20
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ Background@MAPCHOOSER_PANEL:
|
|||||||
Y: (WINDOW_BOTTOM - HEIGHT)/2
|
Y: (WINDOW_BOTTOM - HEIGHT)/2
|
||||||
Logic: MapChooserLogic
|
Logic: MapChooserLogic
|
||||||
Width: 858
|
Width: 858
|
||||||
Height: 618
|
Height: 600
|
||||||
Children:
|
Children:
|
||||||
Label@MAPCHOOSER_TITLE:
|
Label@MAPCHOOSER_TITLE:
|
||||||
X: 0
|
X: 0
|
||||||
@@ -15,9 +15,9 @@ Background@MAPCHOOSER_PANEL:
|
|||||||
Font: Bold
|
Font: Bold
|
||||||
ScrollPanel@MAP_LIST:
|
ScrollPanel@MAP_LIST:
|
||||||
X: 20
|
X: 20
|
||||||
Y: 76
|
Y: 67
|
||||||
Width: PARENT_RIGHT - 40
|
Width: PARENT_RIGHT - 40
|
||||||
Height: 474
|
Height: 481
|
||||||
Children:
|
Children:
|
||||||
ScrollItem@MAP_TEMPLATE:
|
ScrollItem@MAP_TEMPLATE:
|
||||||
Width: 194
|
Width: 194
|
||||||
@@ -58,7 +58,7 @@ Background@MAPCHOOSER_PANEL:
|
|||||||
Font: Tiny
|
Font: Tiny
|
||||||
Label@FILTER_DESC:
|
Label@FILTER_DESC:
|
||||||
X: PARENT_RIGHT - 467
|
X: PARENT_RIGHT - 467
|
||||||
Y: 48
|
Y: 40
|
||||||
Width: 60
|
Width: 60
|
||||||
Height: 24
|
Height: 24
|
||||||
Font: Bold
|
Font: Bold
|
||||||
@@ -66,12 +66,12 @@ Background@MAPCHOOSER_PANEL:
|
|||||||
Text: Filter:
|
Text: Filter:
|
||||||
TextField@MAPFILTER_INPUT:
|
TextField@MAPFILTER_INPUT:
|
||||||
X: PARENT_RIGHT - 401
|
X: PARENT_RIGHT - 401
|
||||||
Y: 48
|
Y: 40
|
||||||
Width: 150
|
Width: 150
|
||||||
Height: 25
|
Height: 25
|
||||||
Label@FILTER_DESC_JOINER:
|
Label@FILTER_DESC_JOINER:
|
||||||
X: PARENT_RIGHT - 250
|
X: PARENT_RIGHT - 250
|
||||||
Y: 48
|
Y: 40
|
||||||
Width: 30
|
Width: 30
|
||||||
Height: 24
|
Height: 24
|
||||||
Font: Bold
|
Font: Bold
|
||||||
@@ -79,27 +79,27 @@ Background@MAPCHOOSER_PANEL:
|
|||||||
Text: in
|
Text: in
|
||||||
DropDownButton@GAMEMODE_FILTER:
|
DropDownButton@GAMEMODE_FILTER:
|
||||||
X: PARENT_RIGHT - 220
|
X: PARENT_RIGHT - 220
|
||||||
Y: 48
|
Y: 40
|
||||||
Width: 200
|
Width: 200
|
||||||
Height: 25
|
Height: 25
|
||||||
Button@RANDOMMAP_BUTTON:
|
Button@RANDOMMAP_BUTTON:
|
||||||
X: 34
|
X: 20
|
||||||
Y: PARENT_BOTTOM - 49
|
Y: PARENT_BOTTOM - 45
|
||||||
Width: 120
|
Width: 120
|
||||||
Height: 25
|
Height: 25
|
||||||
Text: Random Map
|
Text: Random Map
|
||||||
Font: Bold
|
Font: Bold
|
||||||
Button@BUTTON_OK:
|
Button@BUTTON_OK:
|
||||||
X: PARENT_RIGHT - 295
|
X: PARENT_RIGHT - 270
|
||||||
Y: PARENT_BOTTOM - 49
|
Y: PARENT_BOTTOM - 45
|
||||||
Width: 120
|
Width: 120
|
||||||
Height: 25
|
Height: 25
|
||||||
Text: Ok
|
Text: Ok
|
||||||
Font: Bold
|
Font: Bold
|
||||||
Key: return
|
Key: return
|
||||||
Button@BUTTON_CANCEL:
|
Button@BUTTON_CANCEL:
|
||||||
X: PARENT_RIGHT-154
|
X: PARENT_RIGHT - 140
|
||||||
Y: PARENT_BOTTOM-49
|
Y: PARENT_BOTTOM - 45
|
||||||
Width: 120
|
Width: 120
|
||||||
Height: 25
|
Height: 25
|
||||||
Text: Cancel
|
Text: Cancel
|
||||||
|
|||||||
Reference in New Issue
Block a user