We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d453752 commit edb505bCopy full SHA for edb505b
src/app/qgstipfactory.cpp
@@ -168,7 +168,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
168
" intersecting lines together simply by enabling symbol levels."
169
" The image below shows a before (left) and after (right) view of"
170
" an intersection when symbol levels are enabled.") +
171
- QString("<p><img src=\":/images/tips/symbol_levels.png\"/></p>")
+ QString("<p><center><img src=\":/images/tips/symbol_levels.png\"/></center></p>")
172
);
173
addGuiTip(myTip);
174
/* Template for adding more tips
0 commit comments