nosignal-shell/widgets/MaterialIcon.qml
2 * r + 2 * t 52d0c0807b dashboard: scale face based on info height
Also increase spacing
2025-05-18 00:38:10 +08:00

12 lines
234 B
QML

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
})
}