diff src/connectionitem.cpp @ 390:ef31a55c86b6 item_appearance_adjustments

Add little yellow star to current item
author Chris Cannam
date Tue, 24 May 2011 17:21:31 +0100
parents ce6a70970808
children 470829a21f98
line wrap: on
line diff
--- a/src/connectionitem.cpp	Tue May 24 16:54:24 2011 +0100
+++ b/src/connectionitem.cpp	Tue May 24 17:21:31 2011 +0100
@@ -42,7 +42,7 @@
 
     return QRectF(xscale * c_col + size/2 - 2,
 		  yscale * c_row + size - 22,
-		  xscale * p_col - xscale * c_col + 4,
+		  xscale * p_col - xscale * c_col + 6,
 		  yscale * p_row - yscale * c_row - size + 44)
 	.normalized();
 }