mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
ControlCenter: Looks better when it's taller and less wide.
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user