waffles: more readable months when scrolling

This commit is contained in:
end-4
2026-03-02 21:54:06 +01:00
parent 0235e56af3
commit aa4c18b86a
@@ -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