made the 'add account' popup box actually pop up to the foreground

This commit is contained in:
datguy
2018-06-06 21:15:33 +03:00
committed by fourtf
parent 7578743b74
commit 56fcc496cf
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,6 @@
#include "widgets/logindialog.hpp"
#include <algorithm>
#include <QDialogButtonBox>
#include <QHeaderView>
#include <QTableView>
@@ -37,6 +36,7 @@ AccountsPage::AccountsPage()
static auto loginWidget = new LoginWidget();
loginWidget->show();
loginWidget->raise();
});
view->getTableView()->setStyleSheet("background: #333");