1
0
forked from 0ad/0ad

Slight size increase for the parchment background of loading screen tips.

Prevents overflow in some translations, and aligns it better with the
tip image.

Patch by: Langbart
Fixes #4754

Differential Revision: https://code.wildfiregames.com/D4167
This was SVN commit r25793.
This commit is contained in:
wraitii 2021-06-13 15:12:14 +00:00
parent 893ea3cd10
commit 08400276e1

View File

@ -8,7 +8,7 @@
</object>
</object>
<object size="580 3 900 389" type="image" sprite="LoadingTipText">
<object size="570 0 910 400" type="image" sprite="LoadingTipText">
<object name="tipTitle" size="30 30 100%-30 50" type="text" style="LoadingTipTitleText"/>
<object name="tipText" size="30 50 100%-30 100%" type="text" style="LoadingTipText"/>
</object>