tweaks
This commit is contained in:
parent
0312cdb117
commit
49768791ad
|
@ -25,7 +25,9 @@
|
|||
<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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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-->
|
||||
|
|
Loading…
Reference in New Issue