Fix multi-line tooltip padding.

This commit is contained in:
Paul Chote
2016-03-12 15:27:19 +00:00
parent c32bf9f8f7
commit dbe55eedaf
7 changed files with 43 additions and 73 deletions

View File

@@ -188,7 +188,7 @@ namespace OpenRA.Mods.Common.Widgets
return;
tooltipContainer.Value.SetTooltip(TooltipTemplate,
new WidgetArgs { { "button", this } });
new WidgetArgs { { "button", this }, { "getText", GetTooltipText } });
}
public override void MouseExited()