Merge pull request #8606 from jordan-woyak/tab-key-navigation

DolphinQt: setTabKeyNavigation(false) on QTableWidget and QTableView.
This commit is contained in:
JMC47 2020-02-08 14:18:09 -05:00 committed by GitHub
commit 6a857df219
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 15 additions and 0 deletions

View file

@ -295,6 +295,8 @@ void IOWindow::CreateMainLayout()
// Options (Buttons, Outputs) and action buttons
m_option_list->setTabKeyNavigation(false);
if (m_type == Type::Input)
{
m_option_list->setColumnCount(2);