mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Calendar: hide day if not current month
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user