summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2018-04-16 12:40:01 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2018-04-17 12:31:44 +0000
commit288af3d27f9fdbbabd096b812136e25e4741f32c (patch)
treef505e8d7ba6da02f928041ab00b67e8e9b795b52 /share
parentc77ab19ba8c89a1a56ca20d1d93fc7f750d56df5 (diff)
downloadqt-creator-288af3d27f9fdbbabd096b812136e25e4741f32c.tar.gz
QmlDesigner: Use native text rendering for textfield
Change-Id: I01aea1d0bceeeb5f8942d79d234d674e3173ccfc Reviewed-by: Brook Cronin <brook.cronin@qt.io> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/qmldesigner/statesEditorQmlSources/DesignerTextFieldStyle.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/statesEditorQmlSources/DesignerTextFieldStyle.qml b/share/qtcreator/qmldesigner/statesEditorQmlSources/DesignerTextFieldStyle.qml
index 273614b1f0..64a8835db7 100644
--- a/share/qtcreator/qmldesigner/statesEditorQmlSources/DesignerTextFieldStyle.qml
+++ b/share/qtcreator/qmldesigner/statesEditorQmlSources/DesignerTextFieldStyle.qml
@@ -43,4 +43,5 @@ TextFieldStyle {
color: Theme.color(Theme.FancyToolButtonSelectedColor)
border.color: Theme.qmlDesignerBackgroundColorDarker()
}
+ renderType: Text.NativeRendering
}