Fixes issue #430
This makes Channel the default selected instead of Whispers.
This commit is contained in:
committed by
fourtf
parent
7279e8ee87
commit
6d4344e66c
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user