diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-05 20:31:53 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-05 20:31:53 +0200 |
commit | 2c66c32e9185cdfac2d6e0b3b90a0834482aab31 (patch) | |
tree | 548b56e8d80fc26967a5df8d19a9e70c401781f5 /gui/main-window.cpp | |
parent | dec625e51878c9167100837086f82fb0f78b0189 (diff) |
gui/{main,mappings}: fix tab stops
Diffstat (limited to 'gui/main-window.cpp')
-rw-r--r-- | gui/main-window.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/main-window.cpp b/gui/main-window.cpp index 6cf9b56d..1f0b18af 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -41,7 +41,6 @@ MainWindow::MainWindow() : ui.setupUi(this); setFixedSize(size()); updateButtonState(false, false); - ui.btnStartTracker->setFocus(); refresh_config_list(); |