Fixes issue #430

This makes Channel the default selected instead of Whispers.
This commit is contained in:
LajamerrMittesdine 2018-05-29 12:17:58 -04:00 committed by fourtf
parent 7279e8ee87
commit 6d4344e66c

View file

@ -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());