1
0
forked from mirrors/0ad
Files
0ad/binaries/data/mods/public/gui/session/ResearchProgress.xml
T
Angen bcf329a884 Shrink selection panel icons
Current gui has no space for more structures/formations to be displayed
and some
civilisations are very close to hit this limit.
Alternative would be scrolling option or pages, but until then this is
acceptable solution.

Differential Revision: https://code.wildfiregames.com/D2875
Patch by: Nescio
Reviewed by: Angen, geneva55
Comments by: wraitii, Stan
This was SVN commit r24028.
2020-09-07 17:36:44 +00:00

13 lines
623 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<object name="researchStartedButtons"
size="100%-48 40 100%-10 420"
>
<repeat count="10">
<object name="researchStartedButton[n]" hidden="true" style="iconButton" type="button" size="0 0 38 38" tooltip_style="sessionToolTipBottom">
<object name="researchStartedIcon[n]" ghost="true" type="image" size="3 3 35 35"/>
<object name="researchStartedProgressSlider[n]" type="image" sprite="queueProgressSlider" ghost="true" size="3 3 37 37"/>
<object name="researchStartedTimeRemaining[n]" ghost="true" style="iconButtonProgress" type="text"/>
</object>
</repeat>
</object>