Skip to content

Commit edb505b

Browse files
author
timlinux
committed
Center image in tip
git-svn-id: http://svn.osgeo.org/qgis/trunk@15308 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d453752 commit edb505b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgstipfactory.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
168168
" intersecting lines together simply by enabling symbol levels."
169169
" The image below shows a before (left) and after (right) view of"
170170
" an intersection when symbol levels are enabled.") +
171-
QString("<p><img src=\":/images/tips/symbol_levels.png\"/></p>")
171+
QString("<p><center><img src=\":/images/tips/symbol_levels.png\"/></center></p>")
172172
);
173173
addGuiTip(myTip);
174174
/* Template for adding more tips

0 commit comments

Comments
 (0)