From 36cd9d9cedf0695fb4e64a3dc99f8ceae6e20fa8 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Thu, 27 Feb 2014 16:17:32 +0100 Subject: [PATCH] Shibboleth: Move browser window to the offset of the setup wizard --- src/wizard/owncloudshibbolethcredspage.cpp | 1 + 1 file changed, 1 insertion(+) 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(); }