forked from qt-creator/qt-creator
QmlDesigner.PropertyEditor: template LineEdit should fill layout
Change-Id: I6c537b4a2ee7feace7b0bd63430b7fc442cf81b8 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -4,4 +4,5 @@ Label {
|
||||
}
|
||||
LineEdit {
|
||||
backendValue: backendValues.%2
|
||||
Layout.fillWidth: true
|
||||
}
|
@@ -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"]
|
||||
|
Reference in New Issue
Block a user