aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorronie <ronie@poedel.net>2015-11-22 23:53:13 +0100
committerronie <ronie@poedel.net>2015-11-22 23:53:13 +0100
commit1792028d2342984601a3c9ab02147f699d30c14b (patch)
treefd6a184db8cff6cb677f7fba580fb4ae3cf1c15b /addons
parent7ce1e3476af834861329abe2a6891743dd8b1ccd (diff)
[Confluence] fix button alignment - fixes trac #16382
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.confluence/720p/MusicOSD.xml19
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>