1
0
forked from mirrors/0ad

Fix vertical alignment of dialog title

This commit is contained in:
Dunedan
2024-12-26 22:05:40 +01:00
parent a53cf7b963
commit 4efc04e5dc
@@ -10,7 +10,7 @@
<object name="multiplayerPages" type="image" style="ModernDialog" size="50%-230 50%-120 50%+230 50%+120">
<object style="ModernLabelText" type="text" size="50%-128 0%-16 50%+128 16">
<object style="ModernLabelText" type="text" size="50%-128 -18 50%+128 14">
<translatableAttribute id="caption">Multiplayer</translatableAttribute>
</object>