commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8458 - grc/trunk/src/grc


From: jblum
Subject: [Commit-gnuradio] r8458 - grc/trunk/src/grc
Date: Tue, 20 May 2008 00:13:50 -0600 (MDT)

Author: jblum
Date: 2008-05-20 00:13:49 -0600 (Tue, 20 May 2008)
New Revision: 8458

Modified:
   grc/trunk/src/grc/Constants.py
Log:
some resizing

Modified: grc/trunk/src/grc/Constants.py
===================================================================
--- grc/trunk/src/grc/Constants.py      2008-05-20 03:34:03 UTC (rev 8457)
+++ grc/trunk/src/grc/Constants.py      2008-05-20 06:13:49 UTC (rev 8458)
@@ -89,9 +89,9 @@
 ## Constraints on displayable labels and ports @{
 
######################################################################################################
 
-LABEL_SEPARATION = 4
-LABEL_PADDING_WIDTH=20
-LABEL_PADDING_HEIGHT=10
+LABEL_SEPARATION = 3
+LABEL_PADDING_WIDTH = 9
+LABEL_PADDING_HEIGHT = 9
 
 PORT_SEPARATION = 17
 PORT_HEIGHT = 15





reply via email to

[Prev in Thread] Current Thread [Next in Thread]