diff options
| author | marcin <z.krzysztoff7@gmail.com> | 2014-07-13 14:27:50 +0200 |
|---|---|---|
| committer | marcin <z.krzysztoff7@gmail.com> | 2014-07-13 14:27:50 +0200 |
| commit | 49bb4516f2b32f926f33a7600657222619b73381 (patch) | |
| tree | 38532ce5daf4676668a54a1ade0e0975832932e3 /components/Label.qml | |
| parent | 5085aa3a64bae93de50f98a53f28d95c27496a1a (diff) | |
| download | monzero-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.qml | 2 |
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) |
