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

@@ -2,7 +2,7 @@ Container@GAMESAVE_BROWSER_PANEL:
Logic: GameSaveBrowserLogic
X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 714
Width: 716
Height: 435
Children:
Label@LOAD_TITLE:

View File

@@ -2,7 +2,7 @@ Container@MISSIONBROWSER_PANEL:
Logic: MissionBrowserLogic
X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 714
Width: 716
Height: 435
Children:
Label@MISSIONBROWSER_TITLE:
@@ -20,7 +20,7 @@ Container@MISSIONBROWSER_PANEL:
ScrollPanel@MISSION_LIST:
X: 15
Y: 15
Width: 311
Width: 313
Height: PARENT_BOTTOM - 30
Children:
ScrollItem@HEADER:
@@ -49,7 +49,7 @@ Container@MISSIONBROWSER_PANEL:
TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP
Container@MISSION_INFO:
X: 337
X: 339
Y: 15
Width: 362
Height: PARENT_BOTTOM - 30
@@ -67,10 +67,25 @@ Container@MISSIONBROWSER_PANEL:
IgnoreMouseOver: True
IgnoreMouseInput: True
ShowSpawnPoints: False
Container@MISSION_TABS:
Width: PARENT_RIGHT
Y: PARENT_BOTTOM - 31
Children:
Button@MISSIONINFO_TAB:
Width: 178
Height: 31
Font: Bold
Text: button-missionbrowser-panel-mission-info
Button@OPTIONS_TAB:
X: 184
Width: 178
Height: 31
Font: Bold
Text: button-missionbrowser-panel-mission-options
Container@MISSION_DETAIL:
Y: 213
Width: PARENT_RIGHT
Height: 170
Height: PARENT_BOTTOM - 213 - 30
Children:
ScrollPanel@MISSION_DESCRIPTION_PANEL:
Height: PARENT_BOTTOM
@@ -119,6 +134,7 @@ Container@MISSIONBROWSER_PANEL:
Y: 25
Height: 25
Visible: False
PanelRoot: MISSION_DROPDOWN_PANEL_ROOT
TooltipContainer: TOOLTIP_CONTAINER
LabelForInput@B_DESC:
X: PARENT_RIGHT / 2 + 5
@@ -132,24 +148,8 @@ Container@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@BACK_BUTTON:
Y: PARENT_BOTTOM - 1
Width: 140
@@ -204,6 +204,7 @@ Container@MISSIONBROWSER_PANEL:
Y: 1
Width: 684
Height: 402
Container@MISSION_DROPDOWN_PANEL_ROOT:
TooltipContainer@TOOLTIP_CONTAINER:
Background@FULLSCREEN_PLAYER: