Fix create map panel geometry.

This commit is contained in:
Paul Chote
2015-05-17 11:57:29 +01:00
parent 469f47aeea
commit 445c0d76a2
2 changed files with 39 additions and 39 deletions

View File

@@ -3,7 +3,7 @@ Background@NEW_MAP_BG:
X: (WINDOW_RIGHT - WIDTH)/2
Y: (WINDOW_BOTTOM - HEIGHT)/2
Width: 300
Height: 200
Height: 185
Children:
Label@LABEL_TITLE:
X: 0
@@ -14,47 +14,47 @@ Background@NEW_MAP_BG:
Align: Center
Font: Bold
Label@TILESET_LABEL:
X: 5
X: 20
Y: 59
Width: 95
Height: 25
Align: Right
Text: Tileset:
DropDownButton@TILESET:
X: 105
X: 120
Y: 60
Width: 150
Width: 160
Height: 25
Label@WIDTH_LABEL:
X: 5
Y: 99
X: 20
Y: 94
Width: 95
Height: 25
Align: Right
Text: Width:
TextField@WIDTH:
X: 105
Y: 100
X: 120
Y: 95
Width: 50
MaxLength: 3
Height: 25
Text: 128
Label@HEIGHT_LABEL:
X: 115
Y: 99
X: 130
Y: 94
Width: 95
Height: 25
Align: Right
Text: Height:
TextField@HEIGHT:
X: 215
Y: 100
X: 230
Y: 95
Width: 50
MaxLength: 3
Height: 25
Text: 128
Button@CREATE_BUTTON:
X: 15
X: 30
Y: PARENT_BOTTOM - 45
Width: 120
Height: 25
@@ -62,7 +62,7 @@ Background@NEW_MAP_BG:
Font: Bold
Key: return
Button@CANCEL_BUTTON:
X: PARENT_RIGHT - 15 - WIDTH
X: 160
Y: PARENT_BOTTOM - 45
Width: 120
Height: 25