diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-21 17:40:57 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-21 17:40:57 +0200 |
commit | 417b4933183c73fef43c909a324789a13e92846d (patch) | |
tree | b1312c118d1b9ed63e170a9fe361c823d9287674 | |
parent | bd001d8b69846c8a7e5e82df899afa0d9c76172d (diff) | |
download | kube-417b4933183c73fef43c909a324789a13e92846d.tar.gz kube-417b4933183c73fef43c909a324789a13e92846d.zip |
give InlineAccountSwitcher a width
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 215ebb49..e6dd7db1 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -219,6 +219,7 @@ Controls2.ApplicationWindow { | |||
219 | left: newMailButton.left | 219 | left: newMailButton.left |
220 | right: parent.right | 220 | right: parent.right |
221 | } | 221 | } |
222 | width: parent.width - Kube.Units.largeSpacing | ||
222 | } | 223 | } |
223 | } | 224 | } |
224 | //TODO bring back status bar and outbox | 225 | //TODO bring back status bar and outbox |