Merge pull request #1208 from leon-richardt/fix-account-popup
Fix "Manage Accounts" button
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user