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:
Correl Roush 2014-07-26 18:57:37 -04:00
parent 98bfc62c5c
commit 3f0f4b1bfa

View file

@ -1,5 +1,5 @@
<window> <window>
<defaultcontrol>220</defaultcontrol> <defaultcontrol>111</defaultcontrol>
<allowoverlay>yes</allowoverlay> <allowoverlay>yes</allowoverlay>
<coordinates> <coordinates>
<system>1</system> <system>1</system>
@ -81,6 +81,7 @@
<posy>185</posy> <posy>185</posy>
<width>950</width> <width>950</width>
<height>330</height> <height>330</height>
<onup>111</onup>
<viewtype label="File List">list</viewtype> <viewtype label="File List">list</viewtype>
<orientation>vertical</orientation> <orientation>vertical</orientation>
<visible>true</visible> <visible>true</visible>
@ -146,6 +147,7 @@
<posy>0</posy> <posy>0</posy>
<width>64</width> <width>64</width>
<height>32</height> <height>32</height>
<ondown>220</ondown>
<label>-</label> <label>-</label>
<font>-</font> <font>-</font>
<onclick>PreviousMenu</onclick> <onclick>PreviousMenu</onclick>