Indentation fixes

Should be all cleaned up and ready to go
This commit is contained in:
MrDowntempo
2025-10-11 00:43:06 -04:00
committed by GitHub
parent 0b928b0e1d
commit 6d83a3ebed
+5 -5
View File
@@ -142,8 +142,8 @@ NPanel {
text: {
if (!weatherReady)
return I18n.tr("calendar.weather.loading")
const chunks = Settings.data.location.name.split(",")
return chunks[0]
const chunks = Settings.data.location.name.split(",")
return chunks[0]
}
pointSize: Style.fontSizeM * scaling
font.weight: Style.fontWeightMedium
@@ -464,9 +464,9 @@ NPanel {
color: {
if (model.today)
return Color.mOnSecondary
if (model.month === grid.month)
return Color.mOnSurface
return Color.mOnSurfaceVariant
if (model.month === grid.month)
return Color.mOnSurface
return Color.mOnSurfaceVariant
}
opacity: model.month === grid.month ? 1.0 : 0.4
pointSize: Style.fontSizeM * scaling