tweaks
This commit is contained in:
parent
0312cdb117
commit
49768791ad
|
@ -25,7 +25,9 @@
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>-72</posy>
|
<posy>-72</posy>
|
||||||
<width>8-col</width>
|
<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>
|
<info>System.Progressbar</info>
|
||||||
</control>
|
</control>
|
||||||
<control type="textbox" id="9">
|
<control type="textbox" id="9">
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
<visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
|
<visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
|
||||||
</control>
|
</control>
|
||||||
<control type="progress">
|
<control type="progress">
|
||||||
|
<visible>false</visible>
|
||||||
<description>Progress Bar</description>
|
<description>Progress Bar</description>
|
||||||
<posx>0</posx>
|
<posx>0</posx>
|
||||||
<posy>80</posy>
|
<posy>80</posy>
|
||||||
|
|
|
@ -100,10 +100,6 @@
|
||||||
<label>$LOCALIZE[128]</label>
|
<label>$LOCALIZE[128]</label>
|
||||||
<onclick>noop</onclick>
|
<onclick>noop</onclick>
|
||||||
</item>
|
</item>
|
||||||
<item id="2">
|
|
||||||
<label>$LOCALIZE[31162]</label>
|
|
||||||
<onclick>noop</onclick>
|
|
||||||
</item>
|
|
||||||
<item id="3">
|
<item id="3">
|
||||||
<label>$LOCALIZE[31044]</label>
|
<label>$LOCALIZE[31044]</label>
|
||||||
<onclick>noop</onclick>
|
<onclick>noop</onclick>
|
||||||
|
@ -187,13 +183,6 @@
|
||||||
<onclick>ReloadSkin()</onclick>
|
<onclick>ReloadSkin()</onclick>
|
||||||
<selected>Skin.HasSetting(lowPowerMode)</selected>
|
<selected>Skin.HasSetting(lowPowerMode)</selected>
|
||||||
</control>
|
</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>
|
||||||
</control>
|
</control>
|
||||||
<!--debugging-->
|
<!--debugging-->
|
||||||
|
|
Loading…
Reference in New Issue