From 97c12b25ef860a9cd888c38c31be36895f112c14 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 4 Apr 2018 14:55:30 +0200 Subject: Try to fix the account wizard size on macos I don't think the mapToGlobal trick works on mac os. --- views/accounts/qml/View.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views') diff --git a/views/accounts/qml/View.qml b/views/accounts/qml/View.qml index e25c32c9..5fe307a2 100644 --- a/views/accounts/qml/View.qml +++ b/views/accounts/qml/View.qml @@ -129,8 +129,8 @@ FocusScope { parent: ApplicationWindow.overlay height: root.height - width: root.width - x: root.mapToGlobal(root.x, root.y).x + width: app.width - app.sidebarWidth + x: app.sidebarWidth y: 0 availableAccountPlugins: root.availableAccountPlugins -- cgit v1.2.3