From 81416ea0439ce944544f24b9f0a1a6afd3e7b3e2 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Mon, 22 Feb 2010 15:53:33 +0100 Subject: [PATCH] QmlDesigner.propertyEditor: fix caption Pen Width to Border Width --- .../qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml index 321ba85320f..d58bb6c8d6f 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/RectangleSpecifics.qml @@ -34,7 +34,7 @@ QWidget { id: borderWidth; backendValue: backendValues.border_width === undefined ? 0 : backendValues.border_width - caption: "Pen Width" + caption: "Border Width" baseStateFlag: isBaseState; step: 1; -- GitLab