diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-25 12:56:19 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-25 12:56:19 +0200 |
commit | 1b83395bd53945eaab277138c02bcab3e63f41c5 (patch) | |
tree | 64080d65af5a68e32bfcca96146c5be431d1702a | |
parent | e9b45087800c60f52cb2d48b3147a1f7c0ebf498 (diff) | |
download | kube-1b83395bd53945eaab277138c02bcab3e63f41c5.tar.gz kube-1b83395bd53945eaab277138c02bcab3e63f41c5.zip |
Fix artifacts from the accountswitcher
-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 b5b4bb9f..15675ff6 100644 --- a/framework/qml/InlineAccountSwitcher.qml +++ b/framework/qml/InlineAccountSwitcher.qml | |||
@@ -30,6 +30,7 @@ Rectangle { | |||
30 | } | 30 | } |
31 | 31 | ||
32 | color: Kube.Colors.textColor | 32 | color: Kube.Colors.textColor |
33 | clip: true | ||
33 | 34 | ||
34 | ColumnLayout { | 35 | ColumnLayout { |
35 | anchors.fill: parent | 36 | anchors.fill: parent |