1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 20:34:22 +02:00

tweak input bubble a little

This commit is contained in:
Michael Zanetti
2013-08-04 20:41:48 +02:00
parent 9886a15760
commit 6198d55940

View File

@@ -20,11 +20,16 @@ FocusScope {
}
}
Behavior on opacity {
NumberAnimation { duration: 200 }
}
MouseArea {
anchors.fill: parent
anchors.margins: -999999999
hoverEnabled: root.opacity > 0
enabled: root.opacity > 0
onClicked: root.rejected();
}
Item {