Merge pull request #7827 from obrakmann/fix-refund-tooltip-margins

Fix margins of refund tooltips
This commit is contained in:
Paul Chote
2015-04-03 01:13:04 +01:00
4 changed files with 6 additions and 6 deletions

View File

@@ -87,7 +87,7 @@ namespace OpenRA.Mods.Common.Traits
sellValue /= health.Value.MaxHP;
}
return "Refund: " + sellValue;
return "Refund: $" + sellValue;
}
}
}

View File

@@ -47,8 +47,8 @@ Background@WORLD_TOOLTIP:
Font: Bold
Label@EXTRA:
X: 5
Y: 45
Height: 4
Y: 47
Height: 5
Font: Bold
Background@PRODUCTION_TOOLTIP:

View File

@@ -51,7 +51,7 @@ Background@WORLD_TOOLTIP:
Font: Bold
Label@EXTRA:
X: 7
Y: 55
Y: 57
Height: 4
Font: Bold

View File

@@ -51,8 +51,8 @@ Background@WORLD_TOOLTIP:
Font: Bold
Label@EXTRA:
X: 7
Y: 48
Height: 4
Y: 50
Height: 5
Font: Bold
Background@SPAWN_TOOLTIP: