CalendarPanel: improved the look

This commit is contained in:
ItsLemmy
2025-10-31 10:38:36 -04:00
parent 5303a88003
commit 81edc14e63
2 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ NBox {
temp = Math.round(temp)
return `${temp}°${suffix}`
}
pointSize: Style.fontSizeXL
pointSize: showLocation ? Style.fontSizeXL : Style.fontSizeXL * 1.6
font.weight: Style.fontWeightBold
}