forked from Shinonome/dots-hyprland
waffles: more readable months when scrolling
This commit is contained in:
@@ -79,7 +79,7 @@ BodyRectangle {
|
|||||||
id: dayButton
|
id: dayButton
|
||||||
required property var model
|
required property var model
|
||||||
checked: model.today
|
checked: model.today
|
||||||
enabled: hovered || calendarView.scrolling || checked || model.month === calendarView.focusedMonth
|
enabled: hovered || checked || model.month === calendarView.focusedMonth
|
||||||
implicitWidth: calendarView.buttonSize
|
implicitWidth: calendarView.buttonSize
|
||||||
implicitHeight: calendarView.buttonSize
|
implicitHeight: calendarView.buttonSize
|
||||||
radius: height / 2
|
radius: height / 2
|
||||||
|
|||||||
Reference in New Issue
Block a user