Change font size int to real
This commit is contained in:
parent
f4051c9c51
commit
48a32b01fd
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue