diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-21 05:41:12 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-21 05:41:12 +0200 |
commit | 47bf501bb37b893690be9344a34eefbe1b370ec0 (patch) | |
tree | 98f8cc402dafa522f781a0efd78b34d15658b4e2 /framework/qml/InlineAccountSwitcher.qml | |
parent | 1b19971ac2c76ba02a863e6dd128bce7ab9870be (diff) | |
download | kube-47bf501bb37b893690be9344a34eefbe1b370ec0.tar.gz kube-47bf501bb37b893690be9344a34eefbe1b370ec0.zip |
Missing id
Diffstat (limited to 'framework/qml/InlineAccountSwitcher.qml')
-rw-r--r-- | framework/qml/InlineAccountSwitcher.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml index 45001500..67d88637 100644 --- a/framework/qml/InlineAccountSwitcher.qml +++ b/framework/qml/InlineAccountSwitcher.qml | |||
@@ -31,6 +31,7 @@ FocusScope { | |||
31 | } | 31 | } |
32 | 32 | ||
33 | ColumnLayout { | 33 | ColumnLayout { |
34 | id: layout | ||
34 | anchors.fill: parent | 35 | anchors.fill: parent |
35 | 36 | ||
36 | Repeater { | 37 | Repeater { |