diff options
Diffstat (limited to 'components/accounts/AccountWizard.qml')
-rw-r--r-- | components/accounts/AccountWizard.qml | 9 |
1 files changed, 1 insertions, 8 deletions
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 | |||
25 | Controls2.Popup { | 25 | Controls2.Popup { |
26 | id: popup | 26 | id: popup |
27 | 27 | ||
28 | height: app.height * 0.85 | ||
29 | width: app.width * 0.85 | ||
30 | |||
31 | x: app.width * 0.075 | ||
32 | y: 50 | ||
33 | |||
34 | visible: true | ||
35 | |||
36 | modal: true | 28 | modal: true |
37 | focus: true | 29 | focus: true |
38 | closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent | 30 | closePolicy: Popup.CloseOnEscape | Popup.CloseOnPressOutsideParent |
39 | 31 | ||
32 | clip: true | ||
40 | 33 | ||
41 | Controls2.StackView { | 34 | Controls2.StackView { |
42 | id: stack | 35 | id: stack |