fixed: [PM3.HD] Music OSD lyrics button popped up the vis select dialog first (needs xbmc rev31288 or later to work proper)
git-svn-id: http://jezzxbmc.googlecode.com/svn/trunk/skin.pm3-hd@61 0c45cd24-f56c-ec91-222f-6e3ca35936fa
This commit is contained in:
parent
cad55b02a3
commit
582e2cc370
@ -51,8 +51,8 @@
|
||||
<label>-</label>
|
||||
<font>-</font>
|
||||
<onleft>210</onleft>
|
||||
<onright>500</onright>
|
||||
<onup>500</onup>
|
||||
<onright>212</onright>
|
||||
<onup>212</onup>
|
||||
<ondown>210</ondown>
|
||||
<onclick>XBMC.PlayerControl(record)</onclick>
|
||||
<visible>Player.CanRecord</visible>
|
||||
@ -178,10 +178,10 @@
|
||||
<font>-</font>
|
||||
<onleft>214</onleft>
|
||||
<onright>210</onright>
|
||||
<onup>500</onup>
|
||||
<onup>212</onup>
|
||||
<ondown>919</ondown>
|
||||
</control>
|
||||
<control type="button" id="500">
|
||||
<control type="button" id="212">
|
||||
<description>Popup Vis Select Button</description>
|
||||
<posx>138</posx>
|
||||
<posy>15</posy>
|
||||
@ -189,6 +189,7 @@
|
||||
<height>66</height>
|
||||
<texturefocus>osd_button_visFO.png</texturefocus>
|
||||
<texturenofocus>-</texturenofocus>
|
||||
<onclick>Addon.Default.Set(xbmc.player.musicviz)</onclick>
|
||||
<label>-</label>
|
||||
<font>-</font>
|
||||
<onleft>208</onleft>
|
||||
@ -197,7 +198,7 @@
|
||||
<ondown>920</ondown>
|
||||
<visible>!Skin.HasSetting(LyricScript_Enable)</visible>
|
||||
</control>
|
||||
<control type="button" id="500">
|
||||
<control type="button" id="212">
|
||||
<description>Lyrics Button</description>
|
||||
<posx>138</posx>
|
||||
<posy>15</posy>
|
||||
@ -205,6 +206,7 @@
|
||||
<height>66</height>
|
||||
<texturefocus>osd_button_lyricsFO.png</texturefocus>
|
||||
<texturenofocus>osd_button_lyrics.png</texturenofocus>
|
||||
<onclick>PreviousMenu</onclick>
|
||||
<onclick>XBMC.RunScript($INFO[Skin.String(LyricScript_Path)])</onclick>
|
||||
<label>-</label>
|
||||
<font>-</font>
|
||||
@ -230,7 +232,7 @@
|
||||
<font>-</font>
|
||||
<onleft>211</onleft>
|
||||
<onright>214</onright>
|
||||
<onup>500</onup>
|
||||
<onup>212</onup>
|
||||
<ondown>213</ondown>
|
||||
</control>
|
||||
<control type="button" id="921">
|
||||
@ -266,7 +268,7 @@
|
||||
<onleft>210</onleft>
|
||||
<onright>215</onright>
|
||||
<onup>921</onup>
|
||||
<ondown>500</ondown>
|
||||
<ondown>212</ondown>
|
||||
</control>
|
||||
</control>
|
||||
</controls>
|
||||
|
Loading…
x
Reference in New Issue
Block a user