mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
NIcon: use textSize for font.pointSize
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ Text {
|
|||||||
return Icons.get(icon)
|
return Icons.get(icon)
|
||||||
}
|
}
|
||||||
font.family: Icons.fontFamily
|
font.family: Icons.fontFamily
|
||||||
font.pointSize: Style.fontSizeL * scaling
|
font.pointSize: textSize
|
||||||
color: Color.mOnSurface
|
color: Color.mOnSurface
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user