From ba9a6b507af52eb9da2768249799c788e1f49cd9 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Thu, 4 Feb 2010 13:00:36 +0100 Subject: [PATCH] QmlDesigner.propertyEditor adjust LineEdit style --- share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml index b23085060f6..709b1c8d898 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml @@ -11,8 +11,8 @@ QWidget { QLineEdit { id: lineEditWidget - x: 18 - width: LineEdit.width - 18 + styleSheet: "padding-left: 16;" + width: LineEdit.width height: LineEdit.height text: backendValue.value -- GitLab