Add support for mission groups.

This commit is contained in:
Paul Chote
2014-10-07 20:40:31 +13:00
parent 9ffd1cefbb
commit 0a4117ec76
3 changed files with 58 additions and 20 deletions

View File

@@ -23,7 +23,19 @@ Container@MISSIONBROWSER_PANEL:
Width: 260
Height: 330
Children:
ScrollItem@MISSION_TEMPLATE:
ScrollItem@HEADER:
Width: PARENT_RIGHT-27
Height: 13
X: 2
Y: 0
Visible: false
Children:
Label@LABEL:
Font: TinyBold
Width: PARENT_RIGHT
Height: 10
Align: Center
ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27
Height: 25
X: 2

View File

@@ -19,7 +19,20 @@ Background@MISSIONBROWSER_PANEL:
Width: 260
Height: 330
Children:
ScrollItem@MISSION_TEMPLATE:
ScrollItem@HEADER:
BaseName: scrollheader
Width: PARENT_RIGHT-27
Height: 13
X: 2
Y: 0
Visible: false
Children:
Label@LABEL:
Font: TinyBold
Width: PARENT_RIGHT
Height: 10
Align: Center
ScrollItem@TEMPLATE:
Width: PARENT_RIGHT-27
Height: 25
X: 2