Fix large dropdowns overlapping

This commit is contained in:
Gustas
2025-11-10 19:45:20 +02:00
committed by Gustas Kažukauskas
parent f9bce6252c
commit 9e926b0f53
2 changed files with 4 additions and 4 deletions

View File

@@ -188,6 +188,7 @@ Container@MAPCHOOSER_PANEL:
Width: 140
Height: 35
Text: button-bg-ok
Container@DROPDOWN_PANEL_ROOT:
TooltipContainer@TOOLTIP_CONTAINER:
Container@MAPCHOOSER_GENERATE_PANEL:
@@ -287,5 +288,4 @@ Container@MAPCHOOSER_GENERATE_PANEL:
Y: 20
Width: PARENT_WIDTH - 20
Height: 25
PanelRoot: GENERATOR_DROPDOWN_PANEL_ROOT # ensure that tooltips for the options are on top of the dropdown panel
Container@GENERATOR_DROPDOWN_PANEL_ROOT:
PanelRoot: DROPDOWN_PANEL_ROOT

View File

@@ -187,6 +187,7 @@ Background@MAPCHOOSER_PANEL:
Text: button-back
Font: Bold
Key: escape
Container@DROPDOWN_PANEL_ROOT:
TooltipContainer@TOOLTIP_CONTAINER:
@@ -288,5 +289,4 @@ Container@MAPCHOOSER_GENERATE_PANEL:
Y: 20
Width: PARENT_WIDTH - 20
Height: 25
PanelRoot: GENERATOR_DROPDOWN_PANEL_ROOT # ensure that tooltips for the options are on top of the dropdown panel
Container@GENERATOR_DROPDOWN_PANEL_ROOT:
PanelRoot: DROPDOWN_PANEL_ROOT