waffles: make calendar spacing more accurate

This commit is contained in:
end-4
2025-12-10 22:38:07 +01:00
parent 6da58f5235
commit 70c0adb8e5
2 changed files with 7 additions and 5 deletions
@@ -67,7 +67,8 @@ BodyRectangle {
locale: root.locale
verticalPadding: 2
buttonSize: 41 // ???
buttonSpacing: 1
buttonSpacing: 6
buttonVerticalSpacing: 1
Layout.fillWidth: true
delegate: DayButton {}
}
@@ -90,7 +91,7 @@ BodyRectangle {
anchors.centerIn: parent
text: dayButton.model.day
color: dayButton.fgColor
font.pixelSize: Looks.font.pixelSize.large
font.pixelSize: Looks.font.pixelSize.larger
}
}
}