*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 04 Dec 1995 00:53:18 +0100
changeset 227 4c0d12e2a3dc
parent 226 4b050498fe46
child 228 5590115a282c
*** empty log message ***
Launcher.st
--- a/Launcher.st	Mon Dec 04 00:08:50 1995 +0100
+++ b/Launcher.st	Mon Dec 04 00:53:18 1995 +0100
@@ -1020,7 +1020,7 @@
     box addComponent:(ScrollableView forView:listView) tabable:true.
     box addVerticalSpace.
 
-    (infoLabel := box addTextLabel:'\\' withCRs) adjust:#centerLeft.
+    (infoLabel := box addTextLabel:'\\' withCRs) adjust:#centerLeft; borderWidth:0.
 
     box addAbortButton; addOkButton.
     list selection:(View defaultStyle).
@@ -1902,5 +1902,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.54 1995-12-03 23:08:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.55 1995-12-03 23:53:18 cg Exp $'
 ! !