Update ingame briefing panel for new preview dimensions.

This commit is contained in:
Paul Chote
2014-10-11 23:04:55 +13:00
parent bba17b93e1
commit 22e9744b9b
2 changed files with 26 additions and 27 deletions

View File

@@ -6,27 +6,26 @@ Container@MAP_PANEL:
Background@PREVIEW_BG: Background@PREVIEW_BG:
X: (PARENT_RIGHT - WIDTH) / 2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 15 Y: 15
Width: 324 Width: 362
Height: 160 Height: 202
Background: panel-gray Background: panel-black
Children: Children:
MapPreview@MAP_PREVIEW: MapPreview@MAP_PREVIEW:
Width: 320 Width: 360
Height: 156 Height: 200
X: 2 X: 1
Y: 2 Y: 1
IgnoreMouseOver: True IgnoreMouseOver: True
IgnoreMouseInput: True IgnoreMouseInput: True
ShowSpawnPoints: False ShowSpawnPoints: False
ScrollPanel@MAP_DESCRIPTION_PANEL: ScrollPanel@MAP_DESCRIPTION_PANEL:
X: 15 X: 15
Y: 190 Y: 228
Width: 482 Width: 482
Height: 170 Height: 132
Children: Children:
Label@MAP_DESCRIPTION: Label@MAP_DESCRIPTION:
X: 5 X: 4
Y: 195 Y: 1
Width: 452 Width: PARENT_RIGHT - 32
Height: 160

View File

@@ -6,27 +6,27 @@ Container@MAP_PANEL:
Background@PREVIEW_BG: Background@PREVIEW_BG:
X: (PARENT_RIGHT - WIDTH) / 2 X: (PARENT_RIGHT - WIDTH) / 2
Y: 20 Y: 20
Width: 324 Width: 362
Height: 160 Height: 202
Background: panel-gray Background: dialog3
Children: Children:
MapPreview@MAP_PREVIEW: MapPreview@MAP_PREVIEW:
Width: 320 X: 1
Height: 156 Y: 1
X: 2 Width: PARENT_RIGHT-2
Y: 2 Height: PARENT_BOTTOM-2
IgnoreMouseOver: True IgnoreMouseOver: True
IgnoreMouseInput: True IgnoreMouseInput: True
ShowSpawnPoints: False ShowSpawnPoints: False
ScrollPanel@MAP_DESCRIPTION_PANEL: ScrollPanel@MAP_DESCRIPTION_PANEL:
X: 20 X: 20
Y: 195 Y: 232
Width: 482 Width: PARENT_RIGHT - 40
Height: 175 Height: 138
Children: Children:
Label@MAP_DESCRIPTION: Label@MAP_DESCRIPTION:
X: 5 X: 4
Y: 180 Y: 1
Width: 452 Width: PARENT_RIGHT - 32
Height: 145