diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-07-27 02:26:45 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-07-27 02:26:45 +0200 |
commit | aa022984bf849c5b77e961318a9303935efed23d (patch) | |
tree | 68ffdd7ca5efbb0899c0c7447d79cd98b7ca85e0 /components | |
parent | 9f9ba03302499352936ffc8915fa63cdef8e8f77 (diff) | |
download | kube-aa022984bf849c5b77e961318a9303935efed23d.tar.gz kube-aa022984bf849c5b77e961318a9303935efed23d.zip |
improve layout issues when resizing
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 2897442d..396a3655 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -284,11 +284,13 @@ Controls2.ApplicationWindow { | |||
284 | Component { | 284 | Component { |
285 | id: composerView | 285 | id: composerView |
286 | ComposerView { | 286 | ComposerView { |
287 | anchors.fill: parent | ||
287 | } | 288 | } |
288 | } | 289 | } |
289 | Component { | 290 | Component { |
290 | id: accountsView | 291 | id: accountsView |
291 | AccountsView { | 292 | AccountsView { |
293 | anchors.fill: parent | ||
292 | } | 294 | } |
293 | } | 295 | } |
294 | } | 296 | } |