*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sun, 18 Jul 1999 16:23:48 +0200
changeset 2281 8c3aea30c82d
parent 2280 025a0856f94e
child 2282 f78747b0f82d
*** empty log message ***
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Sun Jul 18 15:56:32 1999 +0200
+++ b/AbstractLauncherApplication.st	Sun Jul 18 16:23:48 1999 +0200
@@ -1353,7 +1353,7 @@
     ].
     box yPosition:y.
     check := box addCheckBox:(resources string:'Log requests') on:rDoitLogging.
-    check left:0.4; width:0.5.
+    check left:0.4; width:0.4.
     check enableChannel:rDoitsEnabled.
     hasRDoitServer ifFalse:[
         check disable
@@ -1380,13 +1380,13 @@
             adjust:#right
             on:httpServerFileRoot 
             tabable:true
-            separateAtX:0.35.
+            separateAtX:0.25.
     in := box 
             addLabelledInputField:(resources string:'Home URL:')
             adjust:#right
             on:httpServerHomeURL 
             tabable:true
-            separateAtX:0.35.
+            separateAtX:0.25.
 
     box addHorizontalLine.
 
@@ -4725,5 +4725,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.60 1999-07-18 13:56:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.61 1999-07-18 14:23:48 cg Exp $'
 ! !