mirror of
https://github.com/correl/Transmission-XBMC.git
synced 2024-11-24 19:19:56 +00:00
Improve control issues on the detail screen
Set the exit button as the default control as the list may not be ready for focus when the screen first loads. Provide control navigation between the torrent file list and the exit button.
This commit is contained in:
parent
98bfc62c5c
commit
3f0f4b1bfa
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<window>
|
||||
<defaultcontrol>220</defaultcontrol>
|
||||
<defaultcontrol>111</defaultcontrol>
|
||||
<allowoverlay>yes</allowoverlay>
|
||||
<coordinates>
|
||||
<system>1</system>
|
||||
|
@ -81,6 +81,7 @@
|
|||
<posy>185</posy>
|
||||
<width>950</width>
|
||||
<height>330</height>
|
||||
<onup>111</onup>
|
||||
<viewtype label="File List">list</viewtype>
|
||||
<orientation>vertical</orientation>
|
||||
<visible>true</visible>
|
||||
|
@ -146,6 +147,7 @@
|
|||
<posy>0</posy>
|
||||
<width>64</width>
|
||||
<height>32</height>
|
||||
<ondown>220</ondown>
|
||||
<label>-</label>
|
||||
<font>-</font>
|
||||
<onclick>PreviousMenu</onclick>
|
||||
|
|
Loading…
Reference in a new issue