diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-27 20:44:47 +0200 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:04 +0100 |
| commit | b35d60db2d8b7508127e8d365d22a82d58bd9dc6 (patch) | |
| tree | 605b1ca5556b4d1019ffdf2f33addb51e81cae8a /components/Label.qml | |
| parent | 1d34d21a60ad83c2ebb814d06019db8e11fca306 (diff) | |
| download | monzero-gui-b35d60db2d8b7508127e8d365d22a82d58bd9dc6.tar.gz monzero-gui-b35d60db2d8b7508127e8d365d22a82d58bd9dc6.tar.xz monzero-gui-b35d60db2d8b7508127e8d365d22a82d58bd9dc6.zip | |
Remove unused whatIsIcon.png related code
Diffstat (limited to 'components/Label.qml')
| -rw-r--r-- | components/Label.qml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/components/Label.qml b/components/Label.qml index 79b83a5d..b77a614c 100644 --- a/components/Label.qml +++ b/components/Label.qml @@ -65,34 +65,4 @@ Item { color: fontColor onLinkActivated: item.linkActivated() } - -// @TODO: figure out significance of whatIsIcon.png, remove for now -// Image { -// id: icon -// anchors.verticalCenter: parent.verticalCenter -// anchors.left: label.right -// anchors.leftMargin: 5 * scaleRatio -// source: "../images/whatIsIcon.png" -// visible: appWindow.whatIsEnable -// } - -// MouseArea { -// anchors.fill: icon -// enabled: appWindow.whatIsEnable -// hoverEnabled: true -// onEntered: { -// icon.visible = false -// var pos = appWindow.mapFromItem(icon, 0, -15) -// tipItem.text = item.tipText -// tipItem.x = pos.x -// if(tipItem.height > 30) -// pos.y -= tipItem.height - 28 -// tipItem.y = pos.y -// tipItem.visible = true -// } -// onExited: { -// icon.visible = Qt.binding(function(){ return appWindow.whatIsEnable; }) -// tipItem.visible = false -// } -// } } |
