fix recursive wallpaper model in settings + clock font

This commit is contained in:
2026-08-17 16:53:47 +02:00
parent abb180c947
commit c7bf7cdc0b
5 changed files with 13 additions and 37 deletions
+1 -5
View File
@@ -464,11 +464,7 @@ CustomRect {
enabled: root.expanded
fillWidth: true
font: {
const f = Qt.font(font);
f.pointSize = Tokens.font.size.small;
return f;
}
font.pointSize: Tokens.font.size.small
implicitWidth: label.implicitWidth
inactiveColor: root.modelData.urgency === NotificationUrgency.Critical ? Colors.palette.m3secondary : Colors.layer(Colors.palette.m3surfaceContainerHighest, 2)
inactiveOnColor: root.modelData.urgency === NotificationUrgency.Critical ? Colors.palette.m3onSecondary : Colors.palette.m3onSurfaceVariant