summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml
index ac782b8354..6a44ab9817 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml
@@ -43,7 +43,7 @@ QWidget {
QLineEdit {
id: lineEditWidget
- styleSheet: "padding-left: 16;"
+ styleSheet: "padding-left: 32;"
width: lineEdit.width
height: lineEdit.height
@@ -66,7 +66,7 @@ QWidget {
ExtendedFunctionButton {
backendValue: lineEdit.backendValue
y: 4
- x: 3
+ x: 0
visible: lineEdit.enabled
}
}