aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Kaijser <martijn@xbmc.org>2017-02-22 18:00:00 +0100
committerGitHub <noreply@github.com>2017-02-22 18:00:00 +0100
commite13b7cb0645907afa58acc833503003f40cdce3c (patch)
tree09830206a4de1c112feff426eb6406bcc5e12d3e
parent6647fb966e8756d16ddff225fe40676186a8c006 (diff)
parent7fde35e7a5f9c456ce07d7352f5c6f3cdc263dc6 (diff)
Merge pull request #11724 from ronie/estuary-retry
[estuary] fix navigation in pvr info dialog
-rw-r--r--addons/skin.estuary/xml/DialogPVRInfo.xml6
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" />