Change renderType for TextInput elements

Unlike Label elements, which are defined to use Text.NativeRendering, TextInput uses Qt text rendering by default. This can lead to differences in font rendering between input fields and other texts.
This commit is contained in:
fieldOfView 2017-10-14 11:42:58 +02:00 committed by ChrisTerBeke
parent 73f6427a88
commit 464cf139a8
2 changed files with 2 additions and 0 deletions

View file

@ -102,6 +102,7 @@ SettingItem
right: parent.right
verticalCenter: parent.verticalCenter
}
renderType: Text.NativeRendering
Keys.onTabPressed:
{