summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-25 12:56:19 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-25 12:56:19 +0200
commit1b83395bd53945eaab277138c02bcab3e63f41c5 (patch)
tree64080d65af5a68e32bfcca96146c5be431d1702a
parente9b45087800c60f52cb2d48b3147a1f7c0ebf498 (diff)
downloadkube-1b83395bd53945eaab277138c02bcab3e63f41c5.tar.gz
kube-1b83395bd53945eaab277138c02bcab3e63f41c5.zip
Fix artifacts from the accountswitcher
-rw-r--r--framework/qml/InlineAccountSwitcher.qml1
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