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

QmlDesigner.propertyEditor: fixing of by 2 pixels

parent 83a7da7c
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ namespace QmlDesigner {
p.setPen(Qt::black);
p.setBrush(Qt::NoBrush);
p.drawRect(QRect(0, 0, width() - 1, height() - 1).adjusted(8, 4, -18, -4));
p.drawRect(QRect(0, 0, width() - 1, height() - 1).adjusted(10, 5, -20, -5));
p.setPen(Qt::black);
p.setBrush(QColor("#707070"));
......
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