diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-08 19:55:44 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-08 19:55:44 -0400 |
| commit | de48d430eca4042f48be461fe5dc70d7e75d5596 (patch) | |
| tree | bb8c617ff5e5e6c43f1531718f610f27dbf533a9 /src/editexecutablesdialog.ui | |
| parent | 0ea975248b8cdb8319d3a366616f8d852726f83c (diff) | |
fixed tab order
fixed list items being selected, but not focused, which broke keyboard nav
Diffstat (limited to 'src/editexecutablesdialog.ui')
| -rw-r--r-- | src/editexecutablesdialog.ui | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/editexecutablesdialog.ui b/src/editexecutablesdialog.ui index 64d5140d..5f7fee09 100644 --- a/src/editexecutablesdialog.ui +++ b/src/editexecutablesdialog.ui @@ -478,14 +478,25 @@ Right now the only case I know of where this needs to be overwritten is for the </layout>
</widget>
<tabstops>
+ <tabstop>add</tabstop>
+ <tabstop>remove</tabstop>
+ <tabstop>up</tabstop>
+ <tabstop>down</tabstop>
+ <tabstop>reset</tabstop>
+ <tabstop>list</tabstop>
+ <tabstop>title</tabstop>
<tabstop>binary</tabstop>
<tabstop>browseBinary</tabstop>
<tabstop>workingDirectory</tabstop>
<tabstop>browseWorkingDirectory</tabstop>
+ <tabstop>arguments</tabstop>
<tabstop>overwriteSteamAppID</tabstop>
<tabstop>steamAppID</tabstop>
<tabstop>createFilesInMod</tabstop>
<tabstop>mods</tabstop>
+ <tabstop>forceLoadLibraries</tabstop>
+ <tabstop>configureLibraries</tabstop>
+ <tabstop>useApplicationIcon</tabstop>
</tabstops>
<resources>
<include location="resources.qrc"/>
|
