Disabling font properties to reactivate native OS font size.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b519e34016
commit
e7ba1d9ff5
1 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ Item {
|
|||
height: parent.height
|
||||
verticalAlignment: TextInput.AlignVCenter
|
||||
horizontalAlignment: control.label == "" ? TextInput.AlignLeft : TextInput.AlignHCenter
|
||||
font.pixelSize: 14
|
||||
//font.pixelSize: 14
|
||||
text: control.defValue
|
||||
color: "transparent"//sysPalette.windowText
|
||||
focus: true
|
||||
|
@ -183,7 +183,7 @@ Item {
|
|||
textFormat: Text.StyledText
|
||||
text: colorize(editor.text)
|
||||
color: sysPalette.windowText
|
||||
font.pixelSize: parent.font.pixelSize
|
||||
//font.pixelSize: parent.font.pixelSize
|
||||
//opacity: editor.activeFocus ? 0 : 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue