fix: use default icon size

This commit is contained in:
talksik
2025-04-13 13:34:15 -07:00
parent 6f08b09494
commit 3a77fff72c
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ Item {
id: item
required property string source
property color color: Theme.foreground
required property int iconHeight
required property int iconWidth
property int iconHeight: 15
property int iconWidth: 15
property var onClicked
height: item.iconHeight