diff options
author | ronie <ronie@users.noreply.github.com> | 2016-01-31 14:53:55 +0100 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2016-01-31 14:53:55 +0100 |
commit | 3bc3e41803c4370ee734b38a637bce130380f3ce (patch) | |
tree | 8d750a5276aaed80c4e8de459d38890ea3808dfb /addons | |
parent | e4496b5b47584f88ffae917f278133af14613708 (diff) |
fix radio channels background
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.confluence/720p/MyPVRChannels.xml | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/addons/skin.confluence/720p/MyPVRChannels.xml b/addons/skin.confluence/720p/MyPVRChannels.xml index 2418e24242..2341972b65 100644 --- a/addons/skin.confluence/720p/MyPVRChannels.xml +++ b/addons/skin.confluence/720p/MyPVRChannels.xml @@ -18,7 +18,6 @@ <include>Window_OpenClose_Animation</include> <include>VisibleFadeEffect</include> <control type="group"> - <visible>![!IsEmpty(Window.Property(IsRadio)) + System.GetBool(PVRPlayback.EnableRadioRDS) + !Skin.HasSetting(HideEPGwithRDS)]</visible> <control type="image"> <left>50</left> <top>60</top> @@ -27,23 +26,6 @@ <texture border="15">ContentPanel.png</texture> </control> </control> - <control type="group"> - <visible>!IsEmpty(Window.Property(IsRadio)) + System.GetBool(PVRPlayback.EnableRadioRDS) + !Skin.HasSetting(HideEPGwithRDS)</visible> - <control type="image"> - <left>50</left> - <top>60</top> - <width>450</width> - <height>420</height> - <texture border="15">ContentPanel.png</texture> - </control> - <control type="image"> - <left>50</left> - <top>480</top> - <width>450</width> - <height>180</height> - <texture border="15">ContentPanel.png</texture> - </control> - </control> <control type="image"> <left>50</left> <top>652</top> @@ -141,7 +123,7 @@ <control type="group"> <left>530</left> <top>490</top> - <visible>Control.IsVisible(50) + !RDS.HasRDS</visible> + <visible>![Control.IsVisible(50) + !IsEmpty(Window.Property(IsRadio)) + System.GetBool(PVRPlayback.EnableRadioRDS) + !Skin.HasSetting(HideEPGwithRDS) + RDS.HasRDS]</visible> <control type="label"> <left>0</left> <top>0</top> @@ -447,7 +429,7 @@ <control type="group"> <left>530</left> <top>490</top> - <visible>RDS.HasRDS</visible> + <visible>Control.IsVisible(50) + !IsEmpty(Window.Property(IsRadio)) + System.GetBool(PVRPlayback.EnableRadioRDS) + !Skin.HasSetting(HideEPGwithRDS) + RDS.HasRDS</visible> <control type="image"> <left>580</left> <top>-3</top> |