Reduce the size of the "Team" label to not overlap the reset-civ button when using 1024x768. Patch by Sandarac, refs #3805.

This was SVN commit r18240.
This commit is contained in:
elexis 2016-05-27 01:49:15 +00:00
parent 78accf3d97
commit 67149137c8

View file

@ -75,7 +75,7 @@
<translatableAttribute id="tooltip">Reset any civilizations that have been selected to the default (random)</translatableAttribute>
<action on="Press">resetCivilizations();</action>
</object>
<object name="playerTeamHeading" type="text" style="ModernLabelText" size="85%+5 0 100%-5 100%">
<object name="playerTeamHeading" type="text" style="ModernLabelText" size="85%+15 0 100%-15 100%">
<translatableAttribute id="caption">Team</translatableAttribute>
</object>
</object>