mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
changed tab title to "Irc (beta)"
This commit is contained in:
parent
07133166d9
commit
997a0598cd
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ SelectChannelDialog::SelectChannelDialog(QWidget *parent)
|
||||||
outerBox->addRow("Channel:", this->ui_.irc.channel = new QLineEdit);
|
outerBox->addRow("Channel:", this->ui_.irc.channel = new QLineEdit);
|
||||||
|
|
||||||
auto tab = notebook->addPage(obj.getElement());
|
auto tab = notebook->addPage(obj.getElement());
|
||||||
tab->setCustomTitle("Irc");
|
tab->setCustomTitle("Irc (Beta)");
|
||||||
}
|
}
|
||||||
|
|
||||||
layout->setStretchFactor(notebook.getElement(), 1);
|
layout->setStretchFactor(notebook.getElement(), 1);
|
||||||
|
|
Loading…
Reference in a new issue