ControlCenter: Looks better when it's taller and less wide.

This commit is contained in:
ItsLemmy
2025-10-09 20:20:26 -04:00
parent 4d0041abee
commit 3fe63f463e
4 changed files with 20 additions and 28 deletions
+2 -2
View File
@@ -300,7 +300,7 @@ Rectangle {
onReleased: mouse => {
root.scale = 1.0
root.pressed = false
// Only trigger actions if released while hovering
if (root.hovered) {
if (mouse.button === Qt.LeftButton) {
@@ -322,4 +322,4 @@ Rectangle {
}
}
}
}
}