Calendar: hide day if not current month

This commit is contained in:
lysec
2025-10-07 21:43:35 +02:00
parent 17d818c0e5
commit e7c666236d
+1
View File
@@ -90,6 +90,7 @@ NPanel {
// Day number
NText {
visible: content.isCurrentMonth
Layout.alignment: Qt.AlignVCenter | Qt.AlignLeft
text: `${Time.date.getDate()}`
pointSize: Style.fontSizeXXXL * 1.4 * scaling