diff options
Diffstat (limited to 'addons/skin.estuary/xml/MyPVRTimers.xml')
-rw-r--r-- | addons/skin.estuary/xml/MyPVRTimers.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.estuary/xml/MyPVRTimers.xml b/addons/skin.estuary/xml/MyPVRTimers.xml index a76f35f8ea..58c7d01295 100644 --- a/addons/skin.estuary/xml/MyPVRTimers.xml +++ b/addons/skin.estuary/xml/MyPVRTimers.xml @@ -11,9 +11,9 @@ <include>OpenClose_Left</include> <control type="fixedlist" id="50"> <left>0</left> - <top>0</top> + <top>list_y_offset</top> <right>860</right> - <height>100%</height> + <bottom>list_y_offset</bottom> <onup>50</onup> <ondown>50</ondown> <onleft>9000</onleft> @@ -149,9 +149,9 @@ </include> <control type="scrollbar" id="73"> <left>-50</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> |