Skip to content
Snippets Groups Projects
Commit c76e4e42 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.PropertyEditor: polish TextInputSpecifics


* adding TextInputSection
* moving StandardTextSection to the front

Change-Id: Ic6eb7aecefa63c1e7c6f003b5b8ae900291aaee1
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent b80b806a
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment