mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Corrects an offset of a menu entry. Thanks niektb for reporting. Refs #3440
This was SVN commit r17313.
This commit is contained in:
parent
d21f932bf9
commit
8cf2333568
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@
|
|||
<object name="submenuModSelection"
|
||||
style="StoneButtonFancy"
|
||||
type="button"
|
||||
size="0 156 100% 188"
|
||||
size="0 160 100% 188"
|
||||
tooltip_style="pgToolTip"
|
||||
>
|
||||
<translatableAttribute id="caption">Mod Selection</translatableAttribute>
|
||||
|
|
|
|||
Loading…
Reference in a new issue