diff options
Diffstat (limited to 'addons/skin.estuary/xml/MyPVRChannels.xml')
-rw-r--r-- | addons/skin.estuary/xml/MyPVRChannels.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/addons/skin.estuary/xml/MyPVRChannels.xml b/addons/skin.estuary/xml/MyPVRChannels.xml index f14beca053..716f3a53c4 100644 --- a/addons/skin.estuary/xml/MyPVRChannels.xml +++ b/addons/skin.estuary/xml/MyPVRChannels.xml @@ -12,9 +12,9 @@ <include>OpenClose_Left</include> <control type="fixedlist" id="50"> <left>0</left> - <top>0</top> + <top>list_y_offset</top> <right>918</right> - <height>100%</height> + <bottom>list_y_offset</bottom> <movement>3</movement> <focusposition>5</focusposition> <scrolltime tween="cubic" easing="out">500</scrolltime> @@ -155,9 +155,9 @@ </control> <control type="fixedlist" id="51"> <left>0</left> - <top>0</top> + <top>list_y_offset</top> <right>920</right> - <height>100%</height> + <bottom>list_y_offset</bottom> <movement>4</movement> <focusposition>6</focusposition> <scrolltime tween="cubic" easing="out">500</scrolltime> @@ -289,9 +289,9 @@ </include> <control type="scrollbar" id="60"> <left>-48</left> - <top>0</top> + <top>list_y_offset</top> <width>12</width> - <height>100%</height> + <bottom>list_y_offset</bottom> <onleft>50</onleft> <onright>50</onright> <orientation>vertical</orientation> |