diff options
author | phil65 <philipptemminghoff@gmx.de> | 2016-11-28 04:07:29 +0100 |
---|---|---|
committer | phil65 <philipptemminghoff@gmx.de> | 2016-11-28 09:42:36 +0100 |
commit | 10c3773028c171830fc75f2b9774dc3b70f67782 (patch) | |
tree | d399286d159f0ab8b43c88ce700ecfbc674f90df /addons/skin.estuary/xml/MyPVRGuide.xml | |
parent | 28b54e9741d7a6c1b6a6952c93fe01e0a532d1d0 (diff) |
[estuary] sync
Diffstat (limited to 'addons/skin.estuary/xml/MyPVRGuide.xml')
-rw-r--r-- | addons/skin.estuary/xml/MyPVRGuide.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/addons/skin.estuary/xml/MyPVRGuide.xml b/addons/skin.estuary/xml/MyPVRGuide.xml index 1034ac295e..174f9a5231 100644 --- a/addons/skin.estuary/xml/MyPVRGuide.xml +++ b/addons/skin.estuary/xml/MyPVRGuide.xml @@ -52,15 +52,15 @@ <control type="label"> <left>2</left> <top>-2</top> - <width>70</width> + <width>75</width> <height>60</height> - <font>font36_title</font> - <label>$INFO[ListItem.ChannelNumber]</label> + <font>font32_title</font> + <label>$INFO[ListItem.ChannelNumberLabel]</label> <align>center</align> <aligny>center</aligny> </control> <control type="label" id="1"> - <left>65</left> + <left>68</left> <top>-2</top> <width>350</width> <height>60</height> @@ -74,16 +74,16 @@ <control type="label"> <left>2</left> <top>-2</top> - <width>70</width> + <width>75</width> <height>60</height> - <font>font36_title</font> - <label>$INFO[ListItem.ChannelNumber]</label> + <font>font32_title</font> + <label>$INFO[ListItem.ChannelNumberLabel]</label> <textcolor>button_focus</textcolor> <align>center</align> <aligny>center</aligny> </control> <control type="label" id="1"> - <left>65</left> + <left>68</left> <top>-2</top> <width>350</width> <height>60</height> @@ -208,6 +208,7 @@ </control> <include content="TopBar"> <param name="breadcrumbs_label" value="$VAR[BreadcrumbsPVRGuideVar]" /> + <param name="sublabel" value="" /> </include> <include content="BottomBar"> <param name="info_visible" value="true" /> |