diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSpecifics.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSpecifics.qml
index e05a850c98985dbfece8a30061dc0d63e75e2aa6..e6b320258ad797eac27b81766337a4eed6f496b2 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSpecifics.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSpecifics.qml
@@ -35,6 +35,11 @@ Column {
     anchors.left: parent.left
     anchors.right: parent.right
 
+    StandardTextSection {
+        useLineEdit: false
+        showIsWrapping: false
+    }
+
     Section {
         anchors.left: parent.left
         anchors.right: parent.right
@@ -60,12 +65,11 @@ Column {
         }
     }
 
-   StandardTextSection {
-       useLineEdit: false
-       showIsWrapping: false
-   }
-
    FontSection {
        showStyle: false
    }
+
+   TextInputSection {
+
+   }
 }