summaryrefslogtreecommitdiffstats
path: root/framework/qml/InlineAccountSwitcher.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/InlineAccountSwitcher.qml')
-rw-r--r--framework/qml/InlineAccountSwitcher.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml
index c62cab7d..a9ef95f9 100644
--- a/framework/qml/InlineAccountSwitcher.qml
+++ b/framework/qml/InlineAccountSwitcher.qml
@@ -47,8 +47,11 @@ FocusScope {
47 property variant currentData: model 47 property variant currentData: model
48 property bool isCurrent: (model.accountId == root.currentAccount) 48 property bool isCurrent: (model.accountId == root.currentAccount)
49 49
50 anchors {
51 left: layout.left
52 right: layout.right
53 }
50 height: Kube.Units.gridUnit 54 height: Kube.Units.gridUnit
51 width: root.width
52 Layout.fillHeight: isCurrent 55 Layout.fillHeight: isCurrent
53 56
54 Rectangle { 57 Rectangle {