Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
5f440364
Commit
5f440364
authored
Aug 05, 2010
by
Lasse Holmstedt
Browse files
qml observer: set default pen size to 1
parent
714a266c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/qmljsdebugger/editor/boundingrecthighlighter.cpp
View file @
5f440364
...
...
@@ -39,6 +39,7 @@ BoundingBoxPolygonItem::BoundingBoxPolygonItem(QGraphicsItem *item) : QGraphicsP
{
QPen
pen
;
pen
.
setColor
(
QColor
(
108
,
141
,
221
));
pen
.
setWidth
(
1
);
setPen
(
pen
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment