updates module + remove pixelSize usage

This commit is contained in:
Zacharias-Brohn
2026-02-25 18:13:09 +01:00
parent 11da456048
commit ed9e0d1c85
5 changed files with 44 additions and 64 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ Item {
anchors.bottom: parent.bottom
anchors.top: parent.top
implicitWidth: 25
implicitWidth: 30
CustomRect {
anchors.bottomMargin: 3
@@ -30,7 +30,7 @@ Item {
anchors.centerIn: parent
color: iconColor
font.family: "Material Symbols Rounded"
font.pixelSize: 20
font.pointSize: 16
text: HasNotifications.hasNotifications ? "\uf4fe" : "\ue7f4"
Behavior on color {