Style Combobox

This commit is contained in:
Yuri Becker
2025-03-14 11:57:17 +01:00
parent ef77e4c17d
commit 9ff0a0fbce
12 changed files with 84 additions and 17 deletions

View File

@@ -13,21 +13,14 @@ Item {
pointSize: 16,
weight: Font.Medium,
letterSpacing: 0,
kerning: true
kerning: true,
})
readonly property font h1: ({
family: body.family,
pointSize: 38,
weight: body.weight,
letterSpacing: body.letterSpacing
letterSpacing: body.letterSpacing,
kerning: body.kerning,
})
//
// readonly property font h2: ({
// family: regular.font,
// pointSize: 38,
// weight: Font.Normal
// })
}