Skip to content

Commit

Permalink
use list_y_offset
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 28, 2016
1 parent 4babd32 commit d2b4c98
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions xml/MyPVRChannels.xml
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions xml/MyPVRRecordings.xml
Expand Up @@ -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>778</right>
<height>100%</height>
<bottom>list_y_offset</bottom>
<onleft>9000</onleft>
<onright>73</onright>
<onup>50</onup>
Expand Down
4 changes: 2 additions & 2 deletions xml/MyPVRSearch.xml
Expand Up @@ -14,9 +14,9 @@
<include>Visible_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>
<onup>50</onup>
<ondown>50</ondown>
<onleft>9000</onleft>
Expand Down
4 changes: 2 additions & 2 deletions xml/MyPVRTimers.xml
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions xml/MyPlaylist.xml
Expand Up @@ -11,9 +11,9 @@
<include>OpenClose_Left</include>
<control type="fixedlist" id="50">
<left>402</left>
<top>3</top>
<top>list_y_offset</top>
<right>594</right>
<height>100%</height>
<bottom>list_y_offset</bottom>
<scrolltime tween="cubic" easing="out">500</scrolltime>
<orientation>vertical</orientation>
<onleft>700</onleft>
Expand Down

0 comments on commit d2b4c98

Please sign in to comment.