summaryrefslogtreecommitdiff
path: root/widgets/MaterialIcon.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-28 00:21:53 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-04-28 00:21:53 +1000
commitcba440bcfced79eda2764e441c68239b6c594457 (patch)
tree15e72a41a47015a1440a7c6b54c51d8f182ebe24 /widgets/MaterialIcon.qml
parenthyprland: use qs hyprland service (diff)
downloadcaelestia-shell-cba440bcfced79eda2764e441c68239b6c594457.tar.gz
caelestia-shell-cba440bcfced79eda2764e441c68239b6c594457.tar.bz2
caelestia-shell-cba440bcfced79eda2764e441c68239b6c594457.zip
feat: anims + box padding
box provide padding and animate size and colour provide box and boxlayout for with/without layout provide clippingbox provide label for anim + rendertype configure QtQuick controls
Diffstat (limited to 'widgets/MaterialIcon.qml')
-rw-r--r--widgets/MaterialIcon.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/MaterialIcon.qml b/widgets/MaterialIcon.qml
index 0115abf..55e6b99 100644
--- a/widgets/MaterialIcon.qml
+++ b/widgets/MaterialIcon.qml
@@ -1,7 +1,7 @@
import "root:/config"
import QtQuick
-Text {
+Label {
font.family: Appearance.font.family.material
font.pointSize: Appearance.font.size.larger
}