Fix the settings tooltip container being overwritten ingame

This commit is contained in:
abcdefg30
2020-03-14 11:30:55 +01:00
committed by abcdefg30
parent b4edec215e
commit 32700df117
2 changed files with 10 additions and 10 deletions

View File

@@ -634,7 +634,7 @@ Container@SETTINGS_PANEL:
Width: 80 Width: 80
Height: 25 Height: 25
Align: Left Align: Left
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: SETTINGS_TOOLTIP_CONTAINER
Container@THREE_COLUMN: Container@THREE_COLUMN:
Width: 173 Width: 173
Height: 25 Height: 25
@@ -650,7 +650,7 @@ Container@SETTINGS_PANEL:
Width: 80 Width: 80
Height: 25 Height: 25
Align: Left Align: Left
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: SETTINGS_TOOLTIP_CONTAINER
Background@HOTKEY_DIALOG_ROOT: Background@HOTKEY_DIALOG_ROOT:
X: 15 X: 15
Y: 230 Y: 230
@@ -700,7 +700,7 @@ Container@SETTINGS_PANEL:
Width: 25 Width: 25
Height: 25 Height: 25
TooltipText: Unbind the hotkey TooltipText: Unbind the hotkey
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: SETTINGS_TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP TooltipTemplate: SIMPLE_TOOLTIP
Children: Children:
Image: Image:
@@ -715,7 +715,7 @@ Container@SETTINGS_PANEL:
Width: 25 Width: 25
Height: 25 Height: 25
TooltipText: Reset to default TooltipText: Reset to default
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: SETTINGS_TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP TooltipTemplate: SIMPLE_TOOLTIP
Children: Children:
Image@IMAGE_RELOAD: Image@IMAGE_RELOAD:
@@ -860,4 +860,4 @@ Container@SETTINGS_PANEL:
Width: 140 Width: 140
Height: 35 Height: 35
Text: Reset Text: Reset
TooltipContainer@TOOLTIP_CONTAINER: TooltipContainer@SETTINGS_TOOLTIP_CONTAINER:

View File

@@ -648,7 +648,7 @@ Background@SETTINGS_PANEL:
Width: 80 Width: 80
Height: 25 Height: 25
Align: Left Align: Left
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: SETTINGS_TOOLTIP_CONTAINER
Container@THREE_COLUMN: Container@THREE_COLUMN:
Width: 173 Width: 173
Height: 25 Height: 25
@@ -664,7 +664,7 @@ Background@SETTINGS_PANEL:
Width: 80 Width: 80
Height: 25 Height: 25
Align: Left Align: Left
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: SETTINGS_TOOLTIP_CONTAINER
Background@HOTKEY_DIALOG_ROOT: Background@HOTKEY_DIALOG_ROOT:
X: 15 X: 15
Y: 230 Y: 230
@@ -716,7 +716,7 @@ Background@SETTINGS_PANEL:
Text: Clear Text: Clear
Font: Bold Font: Bold
TooltipText: Unbind the hotkey TooltipText: Unbind the hotkey
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: SETTINGS_TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP TooltipTemplate: SIMPLE_TOOLTIP
Button@RESET_HOTKEY_BUTTON: Button@RESET_HOTKEY_BUTTON:
X: PARENT_RIGHT - WIDTH - 20 X: PARENT_RIGHT - WIDTH - 20
@@ -726,7 +726,7 @@ Background@SETTINGS_PANEL:
Text: Reset Text: Reset
Font: Bold Font: Bold
TooltipText: Reset to default TooltipText: Reset to default
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: SETTINGS_TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP TooltipTemplate: SIMPLE_TOOLTIP
Container@ADVANCED_PANEL: Container@ADVANCED_PANEL:
X: 5 X: 5
@@ -846,4 +846,4 @@ Background@SETTINGS_PANEL:
Height: 20 Height: 20
Font: Regular Font: Regular
Text: Enable Debug Commands in Replays Text: Enable Debug Commands in Replays
TooltipContainer@TOOLTIP_CONTAINER: TooltipContainer@SETTINGS_TOOLTIP_CONTAINER: