[qet] [3480] Minor:shape event, cosmetic change

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


Revision: 3480
Author:   scorpio810
Date:     2014-11-12 15:44:50 +0100 (Wed, 12 Nov 2014)
Log Message:
-----------
Minor:shape event, cosmetic change

Modified Paths:
--------------
    trunk/sources/dvevent/dveventaddshape.cpp

Modified: trunk/sources/dvevent/dveventaddshape.cpp
===================================================================
--- trunk/sources/dvevent/dveventaddshape.cpp	2014-11-11 17:09:24 UTC (rev 3479)
+++ trunk/sources/dvevent/dveventaddshape.cpp	2014-11-12 14:44:50 UTC (rev 3480)
@@ -143,7 +143,9 @@
 	//If line isn't created yet, we create it.
 	if (!m_help_horiz || !m_help_verti) {
 		QPen pen;
-		pen.setColor(Qt::darkBlue);
+		pen.setWidthF(0.4);
+		pen.setCosmetic(true);
+		pen.setColor(Qt::darkGray);
 		//Add +5 for each line, because the topleft of diagram isn't draw at position (0:0) but (5:5)
 		if (!m_help_horiz) {
 			m_help_horiz = new QGraphicsLineItem(m_diagram -> border_and_titleblock.rowsHeaderWidth() + 5, 0,


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