Merge pull request #8102 from RoosterDragon/objective-size

Fix objectives window
This commit is contained in:
abcdefg30
2015-05-08 15:24:29 +02:00
2 changed files with 14 additions and 10 deletions

View File

@@ -21,20 +21,22 @@ Container@MISSION_OBJECTIVES:
Y: 50
Width: 482
Height: 310
ItemSpacing: 35
ItemSpacing: 15
Children:
Container@OBJECTIVE_TEMPLATE:
Width: PARENT_RIGHT
Height: 20
Children:
Label@OBJECTIVE_TYPE:
X: 10
Y: 0 - 20
Height: 20
Y: 0
Width: 70
Height: PARENT_BOTTOM
Align: Center
Checkbox@OBJECTIVE_STATUS:
X: 90
Y: 0 - 20
Y: 0
Width: PARENT_RIGHT - 100
Height: 20
Height: PARENT_BOTTOM
Disabled: True
TextColorDisabled: 255,255,255

View File

@@ -21,20 +21,22 @@ Container@MISSION_OBJECTIVES:
Y: 60
Width: 482
Height: 310
ItemSpacing: 35
ItemSpacing: 15
Children:
Container@OBJECTIVE_TEMPLATE:
Width: PARENT_RIGHT
Height: 20
Children:
Label@OBJECTIVE_TYPE:
X: 10
Y: 0 - 20
Height: 20
Y: 0
Width: 70
Height: PARENT_BOTTOM
Align: Center
Checkbox@OBJECTIVE_STATUS:
X: 90
Y: 0 - 20
Y: 0
Width: PARENT_RIGHT - 100
Height: 20
Height: PARENT_BOTTOM
Disabled: True
TextColorDisabled: 255,255,255