mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 06:13:55 -07:00
Refs. #6104 Differential revision: https://code.wildfiregames.com/D4241 Comments by: @bb, @Langbart, @Stan This was SVN commit r25958.
13 lines
750 B
XML
13 lines
750 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 name="researchPausedIcon[n]" ghost="true" type="image" sprite="stretched:session/icons/stop.png" size="3 3 35 35"/>
|
|
</object>
|
|
</repeat>
|
|
</object>
|