checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 14 Dec 2000 13:08:56 +0100
changeset 2905 e7a2392be56a
parent 2904 c65abc51b0fc
child 2906 702759dfcedb
checkin from browser
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Wed Dec 13 20:12:10 2000 +0100
+++ b/AbstractLauncherApplication.st	Thu Dec 14 13:08:56 2000 +0100
@@ -3922,16 +3922,17 @@
         oldIndent := box leftIndent.
         box leftIndent:30.
 
-        component := box 
-                        addLabelledInputField:(resources string:'CVS repository:')
-                        adjust:#right
-                        on:repositoryHolder 
-                        tabable:true
-                        separateAtX:0.5.
-        component immediateAccept:true; acceptOnLeave:false.
-        component enableChannel:useManager.
-        component readOnly:true. 
-
+        box addVerticalSpace:10.
+"/        component := box 
+"/                        addLabelledInputField:(resources string:'CVS repository:')
+"/                        adjust:#right
+"/                        on:repositoryHolder 
+"/                        tabable:true
+"/                        separateAtX:0.5.
+"/        component immediateAccept:true; acceptOnLeave:false.
+"/        component enableChannel:useManager.
+"/        component readOnly:true. 
+"/
         cacheEntry := box 
                         addLabelledInputField:(resources string:'source cache dir:')
                         adjust:#right
@@ -6093,5 +6094,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.139 2000-12-07 13:17:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.140 2000-12-14 12:08:56 cg Exp $'
 ! !