summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-22 20:56:19 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-08-22 20:56:19 -0600
commit1a9e21aeb19dcfe3fb0e3ed37570af34a8386146 (patch)
tree9137b73660110d1cd4555935b10e1f72c05fd6ff
parent78889d52cfa8ce43d1ee4486e6ca30525c776456 (diff)
downloadkube-1a9e21aeb19dcfe3fb0e3ed37570af34a8386146.tar.gz
kube-1a9e21aeb19dcfe3fb0e3ed37570af34a8386146.zip
Reference by id
-rw-r--r--framework/qml/IconButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/IconButton.qml b/framework/qml/IconButton.qml
index 8fd8b705..9d312ec9 100644
--- a/framework/qml/IconButton.qml
+++ b/framework/qml/IconButton.qml
@@ -37,7 +37,7 @@ AbstractButton {
37 37
38 ToolTip { 38 ToolTip {
39 id: toolTipItem 39 id: toolTipItem
40 visible: parent.hovered && text != "" 40 visible: root.hovered && text != ""
41 } 41 }
42} 42}
43 43