Shibboleth: Move browser window to the offset of the setup wizard

This commit is contained in:
Daniel Molkentin 2014-02-27 16:17:32 +01:00
parent 9c70ee68d2
commit 36cd9d9ced

View File

@ -45,6 +45,7 @@ void OwncloudShibbolethCredsPage::setupBrowser()
connect(_browser, SIGNAL(otherCookiesReceived(QList<QNetworkCookie>, QUrl)),
this, SLOT(slotOtherCookiesReceived(QList<QNetworkCookie>, QUrl)));
_browser->move(ocWizard->x(), ocWizard->y());
_browser->show();
_browser->setFocus();
}