waffles: more readable calendar months when scrolling

This commit is contained in:
end-4
2026-03-02 21:58:47 +01:00
parent dc172862b0
commit 2554fc7d61
@@ -79,7 +79,7 @@ BodyRectangle {
id: dayButton
required property var model
checked: model.today
enabled: hovered || calendarView.scrolling || checked || model.month === calendarView.focusedMonth
enabled: hovered || checked || model.month === calendarView.focusedMonth
implicitWidth: calendarView.buttonSize
implicitHeight: calendarView.buttonSize
radius: height / 2