summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-19 13:59:56 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-19 13:59:56 +0200
commit194308dd979a9fb792a58a2c8751565aafcb0849 (patch)
treedbce4aa620e5b3cc1e7b6363ade2e73fa3707030
parent2f4278a5ded136e893fcb275f6476d688fa60614 (diff)
downloadkube-194308dd979a9fb792a58a2c8751565aafcb0849.tar.gz
kube-194308dd979a9fb792a58a2c8751565aafcb0849.zip
use kube.label in notification popup
-rw-r--r--framework/qml/NotificationPopup.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/NotificationPopup.qml b/framework/qml/NotificationPopup.qml
index 5c6f7e16..2d04575b 100644
--- a/framework/qml/NotificationPopup.qml
+++ b/framework/qml/NotificationPopup.qml
@@ -60,7 +60,7 @@ MouseArea {
60 opacity: 0.6 60 opacity: 0.6
61 } 61 }
62 62
63 Label { 63 Kube.Label {
64 id: message 64 id: message
65 65
66 anchors { 66 anchors {