fix(StatusCheckBox): set the correct font size
since we are taking over the `font` properties from the toplevel control for the text, need to setup the correct `pixelSize` as well
This commit is contained in:
parent
b80c742b33
commit
e1941fdedb
|
@ -40,6 +40,7 @@ CheckBox {
|
|||
}
|
||||
|
||||
font.family: Theme.palette.baseFont.name
|
||||
font.pixelSize: size === StatusCheckBox.Size.Regular ? 15 : 13
|
||||
|
||||
indicator: Rectangle {
|
||||
anchors.left: root.leftSide? parent.left : undefined
|
||||
|
|
Loading…
Reference in New Issue