Fix mission options peeking below the FMV playback.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
af199a3a37
commit
0f22e3d4e4
@@ -74,7 +74,7 @@ Container@MISSIONBROWSER_PANEL:
|
|||||||
Visible: False
|
Visible: False
|
||||||
Children:
|
Children:
|
||||||
LabelForInput@DIFFICULTY_DESC:
|
LabelForInput@DIFFICULTY_DESC:
|
||||||
Y: PARENT_HEIGHT - HEIGHT + 2
|
Y: PARENT_HEIGHT - HEIGHT
|
||||||
Width: 56
|
Width: 56
|
||||||
Height: 25
|
Height: 25
|
||||||
Align: Right
|
Align: Right
|
||||||
@@ -82,7 +82,7 @@ Container@MISSIONBROWSER_PANEL:
|
|||||||
For: DIFFICULTY
|
For: DIFFICULTY
|
||||||
DropDownButton@DIFFICULTY:
|
DropDownButton@DIFFICULTY:
|
||||||
X: 61
|
X: 61
|
||||||
Y: PARENT_HEIGHT - HEIGHT + 2
|
Y: PARENT_HEIGHT - HEIGHT
|
||||||
Width: 120
|
Width: 120
|
||||||
Height: 25
|
Height: 25
|
||||||
Font: Regular
|
Font: Regular
|
||||||
@@ -92,7 +92,7 @@ Container@MISSIONBROWSER_PANEL:
|
|||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
LabelForInput@GAMESPEED_DESC:
|
LabelForInput@GAMESPEED_DESC:
|
||||||
X: PARENT_WIDTH - WIDTH - 125
|
X: PARENT_WIDTH - WIDTH - 125
|
||||||
Y: PARENT_HEIGHT - HEIGHT + 2
|
Y: PARENT_HEIGHT - HEIGHT
|
||||||
Width: 120
|
Width: 120
|
||||||
Height: 25
|
Height: 25
|
||||||
Align: Right
|
Align: Right
|
||||||
@@ -100,7 +100,7 @@ Container@MISSIONBROWSER_PANEL:
|
|||||||
For: GAMESPEED
|
For: GAMESPEED
|
||||||
DropDownButton@GAMESPEED:
|
DropDownButton@GAMESPEED:
|
||||||
X: PARENT_WIDTH - WIDTH
|
X: PARENT_WIDTH - WIDTH
|
||||||
Y: PARENT_HEIGHT - HEIGHT + 2
|
Y: PARENT_HEIGHT - HEIGHT
|
||||||
Width: 120
|
Width: 120
|
||||||
Height: 25
|
Height: 25
|
||||||
Font: Regular
|
Font: Regular
|
||||||
@@ -108,23 +108,23 @@ Container@MISSIONBROWSER_PANEL:
|
|||||||
TooltipContainer: TOOLTIP_CONTAINER
|
TooltipContainer: TOOLTIP_CONTAINER
|
||||||
Container@MISSION_TABS:
|
Container@MISSION_TABS:
|
||||||
Width: PARENT_WIDTH
|
Width: PARENT_WIDTH
|
||||||
Y: PARENT_HEIGHT - 31
|
Y: PARENT_HEIGHT - 32
|
||||||
Children:
|
Children:
|
||||||
Button@MISSIONINFO_TAB:
|
Button@MISSIONINFO_TAB:
|
||||||
Width: 178
|
Width: 178
|
||||||
Height: 31
|
Height: 32
|
||||||
Font: Bold
|
Font: Bold
|
||||||
Text: button-missionbrowser-panel-mission-info
|
Text: button-missionbrowser-panel-mission-info
|
||||||
Button@OPTIONS_TAB:
|
Button@OPTIONS_TAB:
|
||||||
X: 184
|
X: 184
|
||||||
Width: 178
|
Width: 178
|
||||||
Height: 31
|
Height: 32
|
||||||
Font: Bold
|
Font: Bold
|
||||||
Text: button-missionbrowser-panel-mission-options
|
Text: button-missionbrowser-panel-mission-options
|
||||||
Container@MISSION_DETAIL:
|
Container@MISSION_DETAIL:
|
||||||
Y: 213
|
Y: 213
|
||||||
Width: PARENT_WIDTH
|
Width: PARENT_WIDTH
|
||||||
Height: PARENT_HEIGHT - 213 - 30
|
Height: PARENT_HEIGHT - 244
|
||||||
Children:
|
Children:
|
||||||
ScrollPanel@MISSION_DESCRIPTION_PANEL:
|
ScrollPanel@MISSION_DESCRIPTION_PANEL:
|
||||||
Height: PARENT_HEIGHT
|
Height: PARENT_HEIGHT
|
||||||
|
|||||||
Reference in New Issue
Block a user