mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fixes issue #430
This makes Channel the default selected instead of Whispers.
This commit is contained in:
parent
7279e8ee87
commit
6d4344e66c
1 changed files with 1 additions and 1 deletions
|
@ -93,10 +93,10 @@ SelectChannelDialog::SelectChannelDialog()
|
|||
vbox->addStretch(1);
|
||||
|
||||
// tabbing order
|
||||
QWidget::setTabOrder(*watching_btn, *channel_btn);
|
||||
QWidget::setTabOrder(*channel_btn, *whispers_btn);
|
||||
QWidget::setTabOrder(*whispers_btn, *mentions_btn);
|
||||
QWidget::setTabOrder(*mentions_btn, *watching_btn);
|
||||
QWidget::setTabOrder(*watching_btn, *channel_btn);
|
||||
|
||||
// tab
|
||||
NotebookTab *tab = notebook->addPage(obj.getElement());
|
||||
|
|
Loading…
Reference in a new issue