Fix a collection of mission browser UI issues.

This commit is contained in:
Paul Chote
2023-10-29 11:29:02 +00:00
committed by Gustas
parent 3d9ac5a85e
commit dd95b199b7
5 changed files with 105 additions and 100 deletions

View File

@@ -61,13 +61,28 @@ Background@MISSIONBROWSER_PANEL:
IgnoreMouseOver: True
IgnoreMouseInput: True
ShowSpawnPoints: False
Container@MISSION_TABS:
Width: PARENT_RIGHT
Y: PARENT_BOTTOM - 31
Children:
Button@MISSIONINFO_TAB:
Width: PARENT_RIGHT / 2
Height: 31
Font: Bold
Text: button-missionbrowser-panel-mission-info
Button@OPTIONS_TAB:
X: PARENT_RIGHT / 2
Width: PARENT_RIGHT / 2
Height: 31
Font: Bold
Text: button-missionbrowser-panel-mission-options
Container@MISSION_DETAIL:
Y: 212
Width: PARENT_RIGHT
Height: 155
Height: PARENT_BOTTOM - 212
Children:
ScrollPanel@MISSION_DESCRIPTION_PANEL:
Height: PARENT_BOTTOM
Height: PARENT_BOTTOM - 30
Width: PARENT_RIGHT
TopBottomSpacing: 5
Children:
@@ -77,7 +92,7 @@ Background@MISSIONBROWSER_PANEL:
VAlign: Top
Font: Small
ScrollPanel@MISSION_OPTIONS:
Height: PARENT_BOTTOM
Height: PARENT_BOTTOM - 30
Width: PARENT_RIGHT
TopBottomSpacing: 5
Children:
@@ -113,6 +128,7 @@ Background@MISSIONBROWSER_PANEL:
Y: 25
Height: 25
Visible: False
PanelRoot: MISSION_DROPDOWN_PANEL_ROOT
TooltipContainer: TOOLTIP_CONTAINER
LabelForInput@B_DESC:
X: PARENT_RIGHT / 2 + 5
@@ -126,24 +142,8 @@ Background@MISSIONBROWSER_PANEL:
Y: 25
Height: 25
Visible: False
PanelRoot: MISSION_DROPDOWN_PANEL_ROOT
TooltipContainer: TOOLTIP_CONTAINER
Container@MISSION_TABS:
Width: PARENT_RIGHT
Y: PARENT_BOTTOM - 50
Children:
Button@MISSIONINFO_TAB:
Width: PARENT_RIGHT / 2
Y: 25
Height: 28
Font: Bold
Text: button-missionbrowser-panel-mission-info
Button@OPTIONS_TAB:
X: PARENT_RIGHT / 2
Width: PARENT_RIGHT / 2
Y: 25
Height: 28
Font: Bold
Text: button-missionbrowser-panel-mission-options
Button@START_BRIEFING_VIDEO_BUTTON:
X: 20
Y: PARENT_BOTTOM - 45
@@ -199,6 +199,7 @@ Background@MISSIONBROWSER_PANEL:
Y: 1
Width: PARENT_RIGHT - 2
Height: PARENT_BOTTOM - 2
Container@MISSION_DROPDOWN_PANEL_ROOT:
TooltipContainer@TOOLTIP_CONTAINER:
Background@FULLSCREEN_PLAYER: