mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-05 19:45:51 +00:00
NIconButton support for custom font family
This commit is contained in:
@@ -18,6 +18,7 @@ Rectangle {
|
||||
property var onExited: function () {}
|
||||
property var onClicked: function () {}
|
||||
property real fontPointSize: Style.fontSizeMedium
|
||||
property string fontFamily: "Material Symbols Outlined"
|
||||
|
||||
implicitWidth: size
|
||||
implicitHeight: size
|
||||
@@ -30,7 +31,7 @@ Rectangle {
|
||||
anchors.horizontalCenterOffset: 0
|
||||
anchors.verticalCenterOffset: 0
|
||||
text: root.icon
|
||||
font.family: "Material Symbols Outlined"
|
||||
font.family: fontFamily
|
||||
font.pointSize: root.fontPointSize * scaling
|
||||
color: root.hovering ? Colors.onAccent : Colors.textPrimary
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
|
||||
Reference in New Issue
Block a user