Skip to content

Commit

Permalink
Center image in tip
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15308 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 2, 2011
1 parent d21867d commit 3f9a8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgstipfactory.cpp
Expand Up @@ -168,7 +168,7 @@ QgsTipFactory::QgsTipFactory() : QObject()
" intersecting lines together simply by enabling symbol levels."
" The image below shows a before (left) and after (right) view of"
" an intersection when symbol levels are enabled.") +
QString("<p><img src=\":/images/tips/symbol_levels.png\"/></p>")
QString("<p><center><img src=\":/images/tips/symbol_levels.png\"/></center></p>")
);
addGuiTip(myTip);
/* Template for adding more tips
Expand Down

0 comments on commit 3f9a8fd

Please sign in to comment.