Skip to content
Snippets Groups Projects
Commit 5f440364 authored by Lasse Holmstedt's avatar Lasse Holmstedt
Browse files

qml observer: set default pen size to 1

parent 714a266c
No related merge requests found
......@@ -39,6 +39,7 @@ BoundingBoxPolygonItem::BoundingBoxPolygonItem(QGraphicsItem *item) : QGraphicsP
{
QPen pen;
pen.setColor(QColor(108, 141, 221));
pen.setWidth(1);
setPen(pen);
}
......
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