mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Merge pull request #1208 from leon-richardt/fix-account-popup
Fix "Manage Accounts" button
This commit is contained in:
commit
3dcbe89e28
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ AccountSwitchPopupWidget::AccountSwitchPopupWidget(QWidget *parent)
|
||||||
auto hbox = new QHBoxLayout();
|
auto hbox = new QHBoxLayout();
|
||||||
auto manageAccountsButton = new QPushButton(this);
|
auto manageAccountsButton = new QPushButton(this);
|
||||||
manageAccountsButton->setText("Manage Accounts");
|
manageAccountsButton->setText("Manage Accounts");
|
||||||
|
manageAccountsButton->setFocusPolicy(Qt::NoFocus);
|
||||||
hbox->addWidget(manageAccountsButton);
|
hbox->addWidget(manageAccountsButton);
|
||||||
vbox->addLayout(hbox);
|
vbox->addLayout(hbox);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue