diff options
author | ronie <ronie@users.noreply.github.com> | 2016-02-05 10:28:55 +0100 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2016-02-05 10:28:55 +0100 |
commit | 29884ddf24f22b38e17be52b9993b26673601972 (patch) | |
tree | d77231dff655119cb944340f20d0acfd12cc5e44 /addons/skin.confluence | |
parent | 652c6d412fdc33ca27e93f1b9a29126914b32af6 (diff) | |
parent | 3bc3e41803c4370ee734b38a637bce130380f3ce (diff) |
Merge pull request #9002 from ronie/confluence-rds
[Confluence] fix radio channels background
Diffstat (limited to 'addons/skin.confluence')
-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 5f9b8b25bf..5a014b166b 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> |