1
0
forked from mirrors/0ad

Match structree size with civ overview

Refs #7316
This commit is contained in:
Itms
2024-12-21 14:35:03 +01:00
parent 0092640024
commit 62f67f5870
@@ -15,7 +15,7 @@
<!-- Add a translucent black background to fade out the menu page -->
<object name="background" type="image" sprite="BackgroundTranslucent"/>
<object name="structreePage" type="image" style="ModernDialog" size="50%-480 50%-320 50%+480 50%+320">
<object name="structreePage" type="image" style="ModernDialog" size="50%-500 50%-368 50%+500 50%+370">
<object style="TitleText" type="text" size="50%-128 -18 50%+128 14">
<translatableAttribute id="caption">Structure Tree</translatableAttribute>
</object>