EventMonitor.st
changeset 57 36e13831b62d
parent 53 2fc78a0165e7
child 73 e332d9c71624
--- a/EventMonitor.st	Mon Nov 28 22:11:47 1994 +0100
+++ b/EventMonitor.st	Mon Feb 06 02:01:18 1995 +0100
@@ -23,7 +23,7 @@
 COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libtool/EventMonitor.st,v 1.4 1994-11-21 16:51:30 claus Exp $
+$Header: /cvs/stx/stx/libtool/EventMonitor.st,v 1.5 1995-02-06 00:59:50 claus Exp $
 '!
 
 !EventMonitor class methodsFor:'documentation'!
@@ -44,7 +44,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libtool/EventMonitor.st,v 1.4 1994-11-21 16:51:30 claus Exp $
+$Header: /cvs/stx/stx/libtool/EventMonitor.st,v 1.5 1995-02-06 00:59:50 claus Exp $
 "
 !
 
@@ -71,9 +71,12 @@
 !EventMonitor methodsFor:'initialization'!
 
 initialize
+    |l|
+
     super initialize.
 
-    Label label:'see event trace\on standard output' withCRs in:self
+    l := Label label:'see event trace\on standard output' withCRs in:self.
+    l borderWidth:0
 ! !
 
 !EventMonitor methodsFor:'events'!