diff --git a/src/wizard/owncloudshibbolethcredspage.cpp b/src/wizard/owncloudshibbolethcredspage.cpp index 036b4df454..a71417ca40 100644 --- a/src/wizard/owncloudshibbolethcredspage.cpp +++ b/src/wizard/owncloudshibbolethcredspage.cpp @@ -45,6 +45,7 @@ void OwncloudShibbolethCredsPage::setupBrowser() connect(_browser, SIGNAL(otherCookiesReceived(QList, QUrl)), this, SLOT(slotOtherCookiesReceived(QList, QUrl))); + _browser->move(ocWizard->x(), ocWizard->y()); _browser->show(); _browser->setFocus(); }