diff options
author | ronie <ronie@users.noreply.github.com> | 2017-02-22 15:12:14 +0100 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2017-02-22 15:12:14 +0100 |
commit | 7fde35e7a5f9c456ce07d7352f5c6f3cdc263dc6 (patch) | |
tree | 698883c89348f01906ce65bb68ebcf4153bd0ecd /addons | |
parent | 0bd79091f6aa10e6da1d00df148aca0ce9d76dae (diff) |
[estuary] fix navigation in pvr info dialog
Diffstat (limited to 'addons')
-rw-r--r-- | addons/skin.estuary/xml/DialogPVRInfo.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/addons/skin.estuary/xml/DialogPVRInfo.xml b/addons/skin.estuary/xml/DialogPVRInfo.xml index 147cbc84c7..e5560578ba 100644 --- a/addons/skin.estuary/xml/DialogPVRInfo.xml +++ b/addons/skin.estuary/xml/DialogPVRInfo.xml @@ -38,7 +38,7 @@ <onleft>61</onleft> <onright>61</onright> <ondown>9000</ondown> - <onup>49</onup> + <onup>9000</onup> <onclick>SetProperty(TextViewer_Header,$LOCALIZE[207],home)</onclick> <onclick>SetProperty(TextViewer_Text,$ESCINFO[ListItem.Plot],home)</onclick> <onclick>ActivateWindow(1102)</onclick> @@ -63,8 +63,8 @@ <defaultcontrol>5</defaultcontrol> <onleft>9000</onleft> <onright>9000</onright> - <onup>49</onup> - <ondown>49</ondown> + <onup>61</onup> + <ondown>61</ondown> <include content="InfoDialogButton"> <param name="id" value="5" /> <param name="icon" value="icons/infodialogs/launch.png" /> |