diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-18 00:38:10 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-18 00:38:10 +0800 |
| commit | 52d0c0807bd06a221d85bb7d86d32f9a799763ad (patch) | |
| tree | 49cb78904887d7c19dacadb337adb59ef4217069 /widgets | |
| parent | feat: dashboard user (diff) | |
| download | caelestia-shell-52d0c0807bd06a221d85bb7d86d32f9a799763ad.tar.gz caelestia-shell-52d0c0807bd06a221d85bb7d86d32f9a799763ad.tar.bz2 caelestia-shell-52d0c0807bd06a221d85bb7d86d32f9a799763ad.zip | |
dashboard: scale face based on info height
Also increase spacing
Diffstat (limited to 'widgets')
| -rw-r--r-- | widgets/MaterialIcon.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/MaterialIcon.qml b/widgets/MaterialIcon.qml index 2181f9c..f625319 100644 --- a/widgets/MaterialIcon.qml +++ b/widgets/MaterialIcon.qml @@ -2,6 +2,11 @@ import "root:/config" import QtQuick StyledText { + property real fill + font.family: Appearance.font.family.material font.pointSize: Appearance.font.size.larger + font.variableAxes: ({ + FILL: fill + }) } |