mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Fix position of the ingame release label
This commit fixes the vertical position of the release label in the
in-game top menu, which broke with 734386ce9f.
This commit is contained in:
parent
ec95ee96d4
commit
dc156c3f24
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<object name="buildLabel" ghost="true">
|
||||
|
||||
<!-- IMPORTANT: remember to update pregame/ProjectInformation.js in sync with this: -->
|
||||
<object type="text" style="ModernLabelText" text_valign="top" ghost="true" size="0% 1 100% 100%">
|
||||
<object type="text" style="ModernLabelText" text_valign="top" ghost="true" size="0% -3 100% 100%">
|
||||
<translatableAttribute id="caption">Release XXVIII: B——</translatableAttribute>
|
||||
</object>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue