1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 14:32:52 -05:00

Migrate DankIcon stragglers

This commit is contained in:
bbedward
2025-07-18 20:02:57 -04:00
parent 1d9477bea3
commit f34ecf786a
8 changed files with 64 additions and 78 deletions

View File

@@ -1,5 +1,6 @@
import QtQuick
import qs.Common
import qs.Widgets
Column {
id: root
@@ -16,10 +17,9 @@ Column {
width: parent.width
spacing: Theme.spacingS
Text {
text: iconName
font.family: Theme.iconFont
font.pixelSize: Theme.iconSize - 2
DankIcon {
name: iconName
size: Theme.iconSize - 2
color: Theme.primary
anchors.verticalCenter: parent.verticalCenter
}