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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user