Change font size int to real

This commit is contained in:
Ly-sec 2025-08-09 16:22:57 +02:00
parent f4051c9c51
commit 48a32b01fd

View file

@ -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