From d4a89fddffbdc9ad45fc121100714f52a1bf0207 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 23 Jan 2018 18:22:06 +0100 Subject: Avoid unnecessary references to app --- views/accounts/qml/View.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'views/accounts') 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 { id: accountWizard parent: ApplicationWindow.overlay - height: app.height - width: app.width - app.sidebarWidth - x: app.sidebarWidth + height: root.height + width: root.width + x: root.mapToGlobal(root.x, root.y).x y: 0 availableAccountPlugins: root.availableAccountPlugins -- cgit v1.2.3