From 6198d559401a4b844fd899bf6e6685cee6079ef2 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sun, 4 Aug 2013 20:41:48 +0200 Subject: [PATCH] tweak input bubble a little --- data/qml/tomahawkimports/InputBubble.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/qml/tomahawkimports/InputBubble.qml b/data/qml/tomahawkimports/InputBubble.qml index 4b68d3f34..188de2245 100644 --- a/data/qml/tomahawkimports/InputBubble.qml +++ b/data/qml/tomahawkimports/InputBubble.qml @@ -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 {