diff options
-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 00fa845f..86a679b8 100644 --- a/views/accounts/qml/View.qml +++ b/views/accounts/qml/View.qml | |||
@@ -141,8 +141,8 @@ FocusScope { | |||
141 | 141 | ||
142 | parent: ApplicationWindow.overlay | 142 | parent: ApplicationWindow.overlay |
143 | height: root.height | 143 | height: root.height |
144 | width: app.width - app.sidebarWidth | 144 | width: ApplicationWindow.window.width - ApplicationWindow.window.sidebarWidth |
145 | x: app.sidebarWidth | 145 | x: ApplicationWindow.window.sidebarWidth |
146 | y: 0 | 146 | y: 0 |
147 | 147 | ||
148 | availableAccountPlugins: root.availableAccountPlugins | 148 | availableAccountPlugins: root.availableAccountPlugins |