Skip to content
GitLab
Menu
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
044b0b8e
Commit
044b0b8e
authored
Mar 23, 2010
by
Marco Bubke
Committed by
Kai Koehne
Mar 30, 2010
Browse files
Fix scaling of the feedback info box in the formeditor
parent
cc6cac16
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/formeditor/formeditorgraphicsview.cpp
View file @
044b0b8e
...
...
@@ -121,7 +121,8 @@ void FormEditorGraphicsView::drawForeground(QPainter *painter, const QRectF &/*r
painter
->
save
();
painter
->
translate
(
mapToScene
(
m_feedbackOriginPoint
));
painter
->
resetTransform
();
painter
->
translate
(
m_feedbackOriginPoint
);
QColor
changeColor
(
QColor
(
Qt
::
green
).
lighter
(
170
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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