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