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; sellValue /= health.Value.MaxHP;
} }
return "Refund: " + sellValue; return "Refund: $" + sellValue;
} }
} }
} }

View File

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

View File

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

View File

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