Style Combobox
This commit is contained in:
@@ -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
|
||||
// })
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user