aboutsummaryrefslogtreecommitdiff
path: root/components/Label.qml
diff options
context:
space:
mode:
authormarcin <z.krzysztoff7@gmail.com>2014-07-13 14:27:50 +0200
committermarcin <z.krzysztoff7@gmail.com>2014-07-13 14:27:50 +0200
commit49bb4516f2b32f926f33a7600657222619b73381 (patch)
tree38532ce5daf4676668a54a1ade0e0975832932e3 /components/Label.qml
parent5085aa3a64bae93de50f98a53f28d95c27496a1a (diff)
downloadmonzero-gui-49bb4516f2b32f926f33a7600657222619b73381.tar.gz
monzero-gui-49bb4516f2b32f926f33a7600657222619b73381.tar.xz
monzero-gui-49bb4516f2b32f926f33a7600657222619b73381.zip
shortcuts fix + ctrl+tab/ctrl+shift+tab functionality + heperlinks fix
Diffstat (limited to 'components/Label.qml')
-rw-r--r--components/Label.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Label.qml b/components/Label.qml
index 81b2c6c2..c85d6d61 100644
--- a/components/Label.qml
+++ b/components/Label.qml
@@ -37,7 +37,7 @@ Item {
hoverEnabled: true
onEntered: {
icon.visible = false
- var pos = rootItem.mapFromItem(icon, 0, -15)
+ var pos = appWindow.mapFromItem(icon, 0, -15)
tipItem.text = item.tipText
tipItem.x = pos.x
if(tipItem.height > 30)