forked from Shinonome/dots-hyprland
wnotificationcenter: somewhat working calendar
This commit is contained in:
@@ -25,8 +25,10 @@ Button {
|
||||
return root.colBackground
|
||||
}
|
||||
}
|
||||
property alias radius: background.radius
|
||||
|
||||
background: Rectangle {
|
||||
id: background
|
||||
radius: Looks.radius.medium
|
||||
color: root.color
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ Button {
|
||||
if (root.checked) {
|
||||
if (root.down) {
|
||||
return root.colBackgroundToggledActive;
|
||||
} else if (root.hovered && !root.down) {
|
||||
} else if (root.hovered) {
|
||||
return root.colBackgroundToggledHover;
|
||||
} else {
|
||||
return root.colBackgroundToggled;
|
||||
@@ -31,7 +31,7 @@ Button {
|
||||
}
|
||||
if (root.down) {
|
||||
return root.colBackgroundActive;
|
||||
} else if (root.hovered && !root.down) {
|
||||
} else if (root.hovered) {
|
||||
return root.colBackgroundHover;
|
||||
} else {
|
||||
return root.colBackground;
|
||||
|
||||
Reference in New Issue
Block a user