Skip to content

Commit

Permalink
Set focus to name field.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Jan 1, 2024
1 parent f4dae1e commit 741f47c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/console/computer_group_dialog.cc
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ ComputerGroupDialog::ComputerGroupDialog(QWidget* parent,

ui.tree_category->setCurrentItem(general_item);
ui.tree_category->expandAll();

ui.edit_name->setFocus();
}

//--------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 741f47c

Please sign in to comment.