1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 12:21:52 +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 { MouseArea {
anchors.fill: parent anchors.fill: parent
anchors.margins: -999999999 anchors.margins: -999999999
hoverEnabled: root.opacity > 0 hoverEnabled: root.opacity > 0
enabled: root.opacity > 0 enabled: root.opacity > 0
onClicked: root.rejected();
} }
Item { Item {