From d188d039a44fc8ecf3a51af3ec2fe0741875dae0 Mon Sep 17 00:00:00 2001 From: APTX Date: Sun, 14 Apr 2013 16:36:46 +0200 Subject: [PATCH] Focus filter line by default --- localmylist-management/mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/localmylist-management/mainwindow.cpp b/localmylist-management/mainwindow.cpp index 9902a83..1f687c0 100644 --- a/localmylist-management/mainwindow.cpp +++ b/localmylist-management/mainwindow.cpp @@ -91,6 +91,8 @@ MainWindow::MainWindow(QWidget *parent) : ui->actionRenameScript->setDisabled(true); ui->actionRenameFiles->setDisabled(true); } + + ui->filterInput->setFocus(); } MainWindow::~MainWindow() -- 2.52.0