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

[sc-dev] SF.net SVN: supercollider:[8219] trunk/build/SCClassLibrary/Common/GUI/Base /EZPopUpMenu.sc



Revision: 8219
          http://supercollider.svn.sourceforge.net/supercollider/?rev=8219&view=rev
Author:   jmfuo
Date:     2008-12-20 12:36:11 +0000 (Sat, 20 Dec 2008)

Log Message:
-----------
default menu height 20

Modified Paths:
--------------
    trunk/build/SCClassLibrary/Common/GUI/Base/EZPopUpMenu.sc

Modified: trunk/build/SCClassLibrary/Common/GUI/Base/EZPopUpMenu.sc
===================================================================
--- trunk/build/SCClassLibrary/Common/GUI/Base/EZPopUpMenu.sc	2008-12-20 12:29:59 UTC (rev 8218)
+++ trunk/build/SCClassLibrary/Common/GUI/Base/EZPopUpMenu.sc	2008-12-20 12:36:11 UTC (rev 8219)
@@ -1,7 +1,7 @@
 EZPopUpMenu{
 	var   <>globalAction, <>labelView, <items, <menu, <view, <gap, labelSize;
 	
-	*new { arg parentView, bounds= 160@16, label,items, globalAction, initVal=0, 
+	*new { arg parentView, bounds= 160@20, label,items, globalAction, initVal=0, 
 			initAction=false, labelWidth=80, gap=4;
 			
 		^super.new.init(parentView, bounds, label, items, globalAction, initVal, 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

_______________________________________________
sc-dev mailing list

info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/