diff options
Diffstat (limited to 'views/accounts/qml/View.qml')
-rw-r--r-- | views/accounts/qml/View.qml | 4 |
1 files changed, 2 insertions, 2 deletions
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 { | |||
129 | 129 | ||
130 | parent: ApplicationWindow.overlay | 130 | parent: ApplicationWindow.overlay |
131 | height: root.height | 131 | height: root.height |
132 | width: root.width | 132 | width: app.width - app.sidebarWidth |
133 | x: root.mapToGlobal(root.x, root.y).x | 133 | x: app.sidebarWidth |
134 | y: 0 | 134 | y: 0 |
135 | 135 | ||
136 | availableAccountPlugins: root.availableAccountPlugins | 136 | availableAccountPlugins: root.availableAccountPlugins |