Polish RA map chooser.

This commit is contained in:
Paul Chote
2015-10-19 18:36:37 +01:00
parent 9c3d278853
commit f53cdbfb35

View File

@@ -2,36 +2,35 @@ 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: 858 Width: 808
Height: 600 Height: 600
Children: Children:
Label@MAPCHOOSER_TITLE: Label@MAPCHOOSER_TITLE:
X: 0
Y: 15 Y: 15
Align: Center Align: Center
Width: 858 Width: PARENT_RIGHT
Height: 20 Height: 20
Text: Choose Map Text: Choose Map
Font: Bold Font: Bold
Button@SYSTEM_MAPS_TAB_BUTTON: Button@SYSTEM_MAPS_TAB_BUTTON:
X: 20 X: 20
Y: 43 Y: 48
Height: 25 Height: 31
Width: 140 Width: 140
Text: Official Maps Text: Official Maps
Font: Bold Font: Bold
Button@USER_MAPS_TAB_BUTTON: Button@USER_MAPS_TAB_BUTTON:
X: 160 X: 160
Y: 43 Y: 48
Height: 25 Height: 31
Width: 140 Width: 140
Text: Custom Maps Text: Custom Maps
Font: Bold Font: Bold
Container@SYSTEM_MAPS_TAB: Container@SYSTEM_MAPS_TAB:
X: 20 X: 20
Y: 67 Y: 77
Width: PARENT_RIGHT - 40 Width: PARENT_RIGHT - 40
Height: 481 Height: 471
Children: Children:
ScrollPanel@MAP_LIST: ScrollPanel@MAP_LIST:
Width: PARENT_RIGHT Width: PARENT_RIGHT
@@ -39,54 +38,53 @@ Background@MAPCHOOSER_PANEL:
Children: Children:
Container@USER_MAPS_TAB: Container@USER_MAPS_TAB:
X: 20 X: 20
Y: 67 Y: 77
Width: PARENT_RIGHT - 40 Width: PARENT_RIGHT - 40
Height: 481 Height: 471
Children: Children:
ScrollPanel@MAP_LIST: ScrollPanel@MAP_LIST:
Width: PARENT_RIGHT Width: PARENT_RIGHT
Height: PARENT_BOTTOM Height: PARENT_BOTTOM
Children: Children:
ScrollItem@MAP_TEMPLATE: ScrollItem@MAP_TEMPLATE:
Width: 194 Width: 185
Height: 243 Height: 243
X: 4 X: 2
Y: 0
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: 184 Width: 179
Height: 184 Height: 179
IgnoreMouseOver: true IgnoreMouseOver: true
IgnoreMouseInput: true IgnoreMouseInput: true
Label@TITLE: Label@TITLE:
X: 2 X: 2
Y: PARENT_BOTTOM-48 Y: PARENT_BOTTOM-53
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT-4
Align: Center Align: Center
Label@DETAILS: Label@DETAILS:
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT-4
X: 2 X: 2
Y: PARENT_BOTTOM-34 Y: PARENT_BOTTOM-37
Align: Center Align: Center
Font: Tiny Font: Tiny
Label@AUTHOR: Label@AUTHOR:
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT-4
X: 2 X: 2
Y: PARENT_BOTTOM-22 Y: PARENT_BOTTOM-25
Align: Center Align: Center
Font: Tiny Font: Tiny
Label@SIZE: Label@SIZE:
Width: PARENT_RIGHT-4 Width: PARENT_RIGHT-4
X: 2 X: 2
Y: PARENT_BOTTOM-10 Y: PARENT_BOTTOM-13
Align: Center Align: Center
Font: Tiny Font: Tiny
Label@FILTER_DESC: Label@FILTER_DESC:
X: PARENT_RIGHT - 467 X: PARENT_RIGHT - 467
Y: 40 Y: 48
Width: 60 Width: 60
Height: 24 Height: 24
Font: Bold Font: Bold
@@ -94,12 +92,12 @@ Background@MAPCHOOSER_PANEL:
Text: Filter: Text: Filter:
TextField@MAPFILTER_INPUT: TextField@MAPFILTER_INPUT:
X: PARENT_RIGHT - 401 X: PARENT_RIGHT - 401
Y: 40 Y: 48
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: 40 Y: 48
Width: 30 Width: 30
Height: 24 Height: 24
Font: Bold Font: Bold
@@ -107,7 +105,7 @@ Background@MAPCHOOSER_PANEL:
Text: in Text: in
DropDownButton@GAMEMODE_FILTER: DropDownButton@GAMEMODE_FILTER:
X: PARENT_RIGHT - 220 X: PARENT_RIGHT - 220
Y: 40 Y: 48
Width: 200 Width: 200
Height: 25 Height: 25
Button@RANDOMMAP_BUTTON: Button@RANDOMMAP_BUTTON: