Skip to content
Snippets Groups Projects
Commit 81416ea0 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.propertyEditor: fix caption Pen Width to Border Width

parent bc35e752
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment