diff options
author | jjd-uk <> | 2021-04-04 13:36:39 +0100 |
---|---|---|
committer | jjd-uk <jjd-uk@kodi.tv> | 2021-07-17 13:02:17 +0100 |
commit | 69977244661d8c32929f2b9b1428a4c7a1498024 (patch) | |
tree | 7dcd55b0b823950d69bf6e2f139b084f6797837f /addons/skin.estuary/xml/MyPVRChannels.xml | |
parent | a4067bf75aea684774b45abd62178b6e19a3ba9c (diff) |
[Estuary] Align top/bottom offsets to prevent info overlap
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 d0fddd9976..0e7ba0e6a8 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>100</top> + <top>list_top_offset</top> <right>918</right> - <bottom>80</bottom> + <bottom>list_bottom_offset</bottom> <onleft>9000</onleft> <onright>73</onright> <onup>50</onup> @@ -32,9 +32,9 @@ </control> <control type="fixedlist" id="51"> <left>0</left> - <top>100</top> + <top>list_top_offset</top> <right>920</right> - <bottom>80</bottom> + <bottom>list_bottom_offset</bottom> <movement>4</movement> <focusposition>4</focusposition> <scrolltime tween="cubic" easing="out">500</scrolltime> @@ -164,9 +164,9 @@ </include> <control type="scrollbar" id="73"> <left>-50</left> - <top>100</top> + <top>list_top_offset</top> <width>12</width> - <bottom>80</bottom> + <bottom>list_bottom_offset</bottom> <onleft>50</onleft> <onright>50</onright> <orientation>vertical</orientation> |