From c633f7c5fce50db60035792526b6c7e84b51149f Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 17 Nov 2016 15:54:53 +0100 Subject: add accountwizard to mainview --- components/accounts/AccountWizard.qml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'components/accounts/AccountWizard.qml') diff --git a/components/accounts/AccountWizard.qml b/components/accounts/AccountWizard.qml index 44561ab8..16928eb9 100644 --- a/components/accounts/AccountWizard.qml +++ b/components/accounts/AccountWizard.qml @@ -25,18 +25,11 @@ import org.kde.kirigami 1.0 as Kirigami Controls2.Popup { id: popup - height: app.height * 0.85 - width: app.width * 0.85 - - x: app.width * 0.075 - y: 50 - - visible: true - modal: true focus: true closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent + clip: true Controls2.StackView { id: stack -- cgit v1.2.3