diff options
Diffstat (limited to 'views/accounts/qml/View.qml')
-rw-r--r-- | views/accounts/qml/View.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/accounts/qml/View.qml b/views/accounts/qml/View.qml index 9b774907..b81579ae 100644 --- a/views/accounts/qml/View.qml +++ b/views/accounts/qml/View.qml | |||
@@ -132,9 +132,9 @@ FocusScope { | |||
132 | id: accountWizard | 132 | id: accountWizard |
133 | 133 | ||
134 | parent: ApplicationWindow.overlay | 134 | parent: ApplicationWindow.overlay |
135 | height: app.height | 135 | height: root.height |
136 | width: app.width - app.sidebarWidth | 136 | width: root.width |
137 | x: app.sidebarWidth | 137 | x: root.mapToGlobal(root.x, root.y).x |
138 | y: 0 | 138 | y: 0 |
139 | 139 | ||
140 | availableAccountPlugins: root.availableAccountPlugins | 140 | availableAccountPlugins: root.availableAccountPlugins |