mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 19:26:19 +00:00
Font: added per font family scaling. removed billboard font
This commit is contained in:
@@ -75,7 +75,7 @@ Popup {
|
||||
|
||||
NText {
|
||||
text: modelData.label || modelData.text || ""
|
||||
font.pointSize: Style.fontSizeM * scaling
|
||||
pointSize: Style.fontSizeM * scaling
|
||||
color: menuItem.hovered && menuItem.enabled ? Color.mOnTertiary : Color.mOnSurface
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
Layout.fillWidth: true
|
||||
|
||||
Reference in New Issue
Block a user