diff --git a/OpenRA.Mods.RA/Widgets/ResourceBarWidget.cs b/OpenRA.Mods.RA/Widgets/ResourceBarWidget.cs index ff51d1615d..84ec4f1693 100755 --- a/OpenRA.Mods.RA/Widgets/ResourceBarWidget.cs +++ b/OpenRA.Mods.RA/Widgets/ResourceBarWidget.cs @@ -20,7 +20,7 @@ namespace OpenRA.Mods.RA.Widgets public enum ResourceBarStyle { Flat, Bevelled } public class ResourceBarWidget : Widget { - public readonly string TooltipTemplate = "SIMPLE_TOOLTIP"; + public readonly string TooltipTemplate; public readonly string TooltipContainer; Lazy tooltipContainer; diff --git a/mods/cnc/chrome/ingame.yaml b/mods/cnc/chrome/ingame.yaml index 4c2c4a8732..8d53f5ac7b 100644 --- a/mods/cnc/chrome/ingame.yaml +++ b/mods/cnc/chrome/ingame.yaml @@ -276,6 +276,7 @@ Container@PLAYER_WIDGETS: Width:PARENT_RIGHT-2 Height:PARENT_BOTTOM-2 TooltipContainer:TOOLTIP_CONTAINER + TooltipTemplate:SIMPLE_TOOLTIP IndicatorImage:indicator-left Background@SILOBAR_PANEL: X:180 @@ -290,6 +291,7 @@ Container@PLAYER_WIDGETS: Width:PARENT_RIGHT-2 Height:PARENT_BOTTOM-2 TooltipContainer:TOOLTIP_CONTAINER + TooltipTemplate:SIMPLE_TOOLTIP IndicatorImage:indicator-right Label@CASH: Y:170 diff --git a/mods/d2k/chrome/ingame-player.yaml b/mods/d2k/chrome/ingame-player.yaml index b4b2c54a68..201dabcb74 100644 --- a/mods/d2k/chrome/ingame-player.yaml +++ b/mods/d2k/chrome/ingame-player.yaml @@ -49,6 +49,7 @@ Container@PLAYER_WIDGETS: Width:138 Height:5 TooltipContainer:TOOLTIP_CONTAINER + TooltipTemplate:SIMPLE_TOOLTIP IndicatorImage:power-indicator Orientation:Horizontal Style:Bevelled diff --git a/mods/ra/chrome/ingame-player.yaml b/mods/ra/chrome/ingame-player.yaml index e50f119644..3b9ac9449e 100644 --- a/mods/ra/chrome/ingame-player.yaml +++ b/mods/ra/chrome/ingame-player.yaml @@ -49,6 +49,7 @@ Container@PLAYER_WIDGETS: Width:138 Height:5 TooltipContainer:TOOLTIP_CONTAINER + TooltipTemplate:SIMPLE_TOOLTIP IndicatorImage:power-indicator Orientation:Horizontal Style:Bevelled