mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
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:
parent
78accf3d97
commit
67149137c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue