[qet] [4572] Increase size of the conductors junction points

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


Revision: 4572
Author:   scorpio810
Date:     2016-07-13 06:57:02 +0200 (Wed, 13 Jul 2016)
Log Message:
-----------
Increase size of the conductors junction points

Modified Paths:
--------------
    trunk/sources/diagramview.cpp
    trunk/sources/qetgraphicsitem/conductor.cpp

Modified: trunk/sources/diagramview.cpp
===================================================================
--- trunk/sources/diagramview.cpp	2016-07-12 18:07:32 UTC (rev 4571)
+++ trunk/sources/diagramview.cpp	2016-07-13 04:57:02 UTC (rev 4572)
@@ -606,10 +606,10 @@
 		case Qt::Key_End:
 			current_project->changeLastTab();
 			return;
-        case Qt::Key_ZoomOut:
+		case Qt::Key_ZoomOut:
 			zoom(0.85);
 			return;
-        case Qt::Key_ZoomIn:
+		case Qt::Key_ZoomIn:
 			zoom(1.15);
 			return;
 		case Qt::Key_Up:

Modified: trunk/sources/qetgraphicsitem/conductor.cpp
===================================================================
--- trunk/sources/qetgraphicsitem/conductor.cpp	2016-07-12 18:07:32 UTC (rev 4571)
+++ trunk/sources/qetgraphicsitem/conductor.cpp	2016-07-13 04:57:02 UTC (rev 4572)
@@ -498,7 +498,7 @@
 		qp -> setBrush(junction_brush);
 		qp -> setRenderHint(QPainter::Antialiasing, true);
 		foreach(QPointF point, junctions_list) {
-			qp -> drawEllipse(QRectF(point.x() - 1, point.y() - 1, 2.0, 2.0));
+			qp -> drawEllipse(QRectF(point.x() - 1, point.y() - 1, 3.0, 3.0));
 		}
 	}
 	qp -> restore();


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