[QGIS Commit] r15308 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Mar 2 04:58:13 EST 2011


Author: timlinux
Date: 2011-03-02 01:58:13 -0800 (Wed, 02 Mar 2011)
New Revision: 15308

Modified:
   trunk/qgis/src/app/qgstipfactory.cpp
Log:
Center image in tip

Modified: trunk/qgis/src/app/qgstipfactory.cpp
===================================================================
--- trunk/qgis/src/app/qgstipfactory.cpp	2011-03-02 09:54:44 UTC (rev 15307)
+++ trunk/qgis/src/app/qgstipfactory.cpp	2011-03-02 09:58:13 UTC (rev 15308)
@@ -168,7 +168,7 @@
                       " 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



More information about the QGIS-commit mailing list