[MacroExecuteDialog] set keyboard focus to LineEditFind

This commit is contained in:
mwganson
2023-10-04 18:37:02 -05:00
committed by wwmayer
parent a7a9923e04
commit 58e9a4d513

View File

@@ -102,6 +102,7 @@ DlgMacroExecuteImp::DlgMacroExecuteImp( QWidget* parent, Qt::WindowFlags fl )
ui->systemMacroListBox->setHeaderLabels(labels);
ui->systemMacroListBox->header()->hide();
fillUpList();
ui->LineEditFind->setFocus();
}
/**