From 2ab7d296efad05bad8292e45ac9b9e577ac7c6b5 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Fri, 9 Apr 2010 17:23:11 +0200 Subject: [PATCH] QmlDesigner.propertyEditor: qml cleanup --- share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml index da44e7de9f2..71c7a7c4c82 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: 32;" + styleSheet: "QLineEdit { padding-left: 32; }" width: lineEdit.width height: lineEdit.height -- GitLab