This commit is contained in:
Chris Bevan 2016-11-28 21:44:22 +00:00
parent 0312cdb117
commit 49768791ad
3 changed files with 5 additions and 13 deletions

View File

@ -21,11 +21,13 @@
<textcolor>textActive</textcolor>
</control>
<control type="progress" id="20">
<description>Progressbar</description>
<description>Progressbar</description>
<posx>0</posx>
<posy>-72</posy>
<width>8-col</width>
<height>1-row</height>
<height>24</height>
<texturebg colordiffuse="textboxInactive">colors/offblack.png</texturebg>
<midtexture colordiffuse="highlight">colors/white.png</midtexture>
<info>System.Progressbar</info>
</control>
<control type="textbox" id="9">

View File

@ -46,6 +46,7 @@
<visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
</control>
<control type="progress">
<visible>false</visible>
<description>Progress Bar</description>
<posx>0</posx>
<posy>80</posy>

View File

@ -100,10 +100,6 @@
<label>$LOCALIZE[128]</label>
<onclick>noop</onclick>
</item>
<item id="2">
<label>$LOCALIZE[31162]</label>
<onclick>noop</onclick>
</item>
<item id="3">
<label>$LOCALIZE[31044]</label>
<onclick>noop</onclick>
@ -187,13 +183,6 @@
<onclick>ReloadSkin()</onclick>
<selected>Skin.HasSetting(lowPowerMode)</selected>
</control>
<control type="button" id="12">
<visible>Container(8000).Hasfocus(2)</visible>
<description>Reset main menu</description>
<width>14-col</width>
<label>31052</label>
<onclick>RunScript(script.skinshortcuts,type=resetall)</onclick>
</control>
</control>
</control>
<!--debugging-->