[qet] [2942] cross ref item:reduce pixel table for printers

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 2942
Author:   scorpio810
Date:     2014-03-20 14:56:53 +0100 (Thu, 20 Mar 2014)
Log Message:
-----------
cross ref item:reduce pixel table for printers

Modified Paths:
--------------
    trunk/sources/qetgraphicsitem/crossrefitem.cpp

Modified: trunk/sources/qetgraphicsitem/crossrefitem.cpp
===================================================================
--- trunk/sources/qetgraphicsitem/crossrefitem.cpp	2014-03-20 13:47:58 UTC (rev 2941)
+++ trunk/sources/qetgraphicsitem/crossrefitem.cpp	2014-03-20 13:56:53 UTC (rev 2942)
@@ -53,7 +53,7 @@
 	//init the painter
 	QPainter qp(&drawing_);
 	QPen pen_;
-	pen_.setWidthF(0.5);
+	pen_.setWidthF(0.2);
 	pen_.setCosmetic(true);
 	qp.setPen(pen_);
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/