QmlDesigner.PropertyEditor: template LineEdit should fill layout

Change-Id: I6c537b4a2ee7feace7b0bd63430b7fc442cf81b8
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2014-01-27 11:11:36 +01:00
parent 1ac1ad2ecd
commit 92d54d29f6
2 changed files with 3 additions and 2 deletions

View File

@@ -4,4 +4,5 @@ Label {
}
LineEdit {
backendValue: backendValues.%2
}
Layout.fillWidth: true
}

View File

@@ -1,6 +1,6 @@
AutoTypes {
imports: [ "import HelperWidgets 2.0", "import QtQuick 2.1" ]
imports: [ "import HelperWidgets 2.0", "import QtQuick 2.1", "import QtQuick.Layouts 1.1" ]
Type {
typeNames: ["int"]