mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Set focus to toxId Line edit on add friend window
This commit is contained in:
parent
41efb1491b
commit
5a4443b7bb
|
@ -67,6 +67,7 @@ void AddFriendForm::show(Ui::MainWindow &ui)
|
|||
ui.mainHead->layout()->addWidget(head);
|
||||
main->show();
|
||||
head->show();
|
||||
toxId.setFocus();
|
||||
}
|
||||
|
||||
QString AddFriendForm::getMessage() const
|
||||
|
|
Loading…
Reference in New Issue
Block a user