forked from mirrors/0ad
Align the settingspanel with its background, fixing te misalignment itroduced inrP20945 and made visible in 60092048e1.
fixes: 60092048e1
Based on Patch by: nani
Differential Revision: https://code.wildfiregames.com/D1755
This was SVN commit r22111.
This commit is contained in:
@@ -142,8 +142,8 @@
|
||||
</object>
|
||||
|
||||
<!-- Settings -->
|
||||
<object name="settingsBackground" type="image" sprite="ModernDarkBoxGold" size="100%-715 346 100%-315 100%-60"/>
|
||||
<object name="settingsPanel" type="image" sprite="ModernDarkBoxGold" size="100%-785 351 100%-315 100%-65" hidden="true" z="1">
|
||||
<object name="settingsBackground" type="image" sprite="ModernDarkBoxGold" size="100%-785 346 100%-315 100%-60"/>
|
||||
<object name="settingsPanel" size="100%-785 351 100%-315 100%-65" hidden="true" z="1">
|
||||
<repeat count="60" var="n">
|
||||
<object name="settingFrame[n]" size="0 2 320 32">
|
||||
<object
|
||||
|
||||
Reference in New Issue
Block a user