fixed weird hovering thing for user experience
This commit is contained in:
@@ -55,7 +55,7 @@ Container {
|
||||
root.boxHeight: root.mprisHeight
|
||||
root.boxRadius: 12
|
||||
root.boxWidth: root.mprisWidth
|
||||
root.visibleTopMargin: 5
|
||||
root.visibleTopMargin: root.hovered == true ? 0 : 5
|
||||
}
|
||||
|
||||
StateChangeScript {
|
||||
|
||||
Reference in New Issue
Block a user