From 64ee4321cf6b9d85ac1c8f10b536bdff8fb8830a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 6 Jul 2018 22:48:15 +0200 Subject: Avoid relying on hardcoded id's if we don't have to. --- views/accounts/qml/View.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/accounts/qml/View.qml') diff --git a/views/accounts/qml/View.qml b/views/accounts/qml/View.qml index 00fa845f..86a679b8 100644 --- a/views/accounts/qml/View.qml +++ b/views/accounts/qml/View.qml @@ -141,8 +141,8 @@ FocusScope { parent: ApplicationWindow.overlay height: root.height - width: app.width - app.sidebarWidth - x: app.sidebarWidth + width: ApplicationWindow.window.width - ApplicationWindow.window.sidebarWidth + x: ApplicationWindow.window.sidebarWidth y: 0 availableAccountPlugins: root.availableAccountPlugins -- cgit v1.2.3