fixed minor issue
This commit is contained in:
parent
75c6756162
commit
ed3486eb96
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ Column {
|
|||
verticalAlignment: Text.AlignVCenter
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
|
||||
font.pixelSize: height * 0.5
|
||||
font.pixelSize: height * control.textScale
|
||||
font.styleName: control.fontName
|
||||
minimumPixelSize: 1
|
||||
}
|
||||
|
|
Reference in a new issue