diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2015-11-25 19:54:27 +0100 |
---|---|---|
committer | Martijn Kaijser <martijn@xbmc.org> | 2015-11-25 19:54:27 +0100 |
commit | a8dbbbe3a13b85d4076abf5bb58bcb9662230d1e (patch) | |
tree | 0bec19c25f14ec76c5c5f351df764fb956366919 | |
parent | 87420339fbcdfb7f61402fdba1290b44244ab6bd (diff) | |
parent | 1792028d2342984601a3c9ab02147f699d30c14b (diff) |
Merge pull request #8423 from ronie/confluence-musicosd
[Confluence] fix button alignment - fixes trac #16382
-rw-r--r-- | addons/skin.confluence/720p/MusicOSD.xml | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/addons/skin.confluence/720p/MusicOSD.xml b/addons/skin.confluence/720p/MusicOSD.xml index fbde2d225b..b23fe1a890 100644 --- a/addons/skin.confluence/720p/MusicOSD.xml +++ b/addons/skin.confluence/720p/MusicOSD.xml @@ -259,29 +259,25 @@ <onclick>PlayerControl(Random)</onclick> </control> <control type="image" id="2300"> - <width>215</width> - <height>55</height> + <width>160</width> <texture>-</texture> - <visible>!MusicPlayer.Content(LiveTV) + Player.CanRecord</visible> </control> <control type="image" id="2400"> - <width>215</width> + <width>55</width> <texture>-</texture> - <visible>MusicPlayer.Content(LiveTV)</visible> + <visible>!system.getbool(audiooutput.dspaddonsenabled)</visible> </control> <control type="image" id="2500"> - <width>270</width> - <height>55</height> + <width>55</width> <texture>-</texture> - <visible>!MusicPlayer.Content(LiveTV) + !Player.CanRecord + !system.getbool(audiooutput.dspaddonsenabled)</visible> + <visible>MusicPlayer.Content(LiveTV)</visible> </control> <control type="image" id="2600"> - <width>215</width> + <width>55</width> <texture>-</texture> - <visible>system.getbool(audiooutput.dspaddonsenabled)</visible> + <visible>!Player.CanRecord</visible> </control> <control type="button" id="700"> - <visible>system.getbool(audiooutput.dspaddonsenabled)</visible> <width>55</width> <height>55</height> <label>15047</label> @@ -289,6 +285,7 @@ <texturefocus>OSDDSPAudioFO.png</texturefocus> <texturenofocus>OSDDSPAudioNF.png</texturenofocus> <onclick>ActivateWindow(OSDAudioDSPSettings)</onclick> + <visible>system.getbool(audiooutput.dspaddonsenabled)</visible> </control> <control type="togglebutton" id="701"> <width>55</width> |