mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-06 20:12:29 +00:00
Change font size int to real
This commit is contained in:
+4
-4
@@ -11,10 +11,10 @@ Singleton {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// Font
|
// Font
|
||||||
property int fontExtraLarge: 32
|
property real fontExtraLarge: 32
|
||||||
property int fontLarge: 16
|
property real fontLarge: 16
|
||||||
property int fontMedium: 14
|
property real fontMedium: 14
|
||||||
property int fontSmall: 12
|
property real fontSmall: 12
|
||||||
|
|
||||||
// Font weight
|
// Font weight
|
||||||
property int fontWeightRegular: 400
|
property int fontWeightRegular: 400
|
||||||
|
|||||||
Reference in New Issue
Block a user