CheckBox.st
changeset 58 2bdd35f8aef0
parent 56 aa651da467e2
child 59 d58c380d3a52
--- a/CheckBox.st	Fri May 12 20:40:42 1995 +0200
+++ b/CheckBox.st	Wed May 17 14:49:25 1995 +0200
@@ -24,7 +24,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.4 1995-05-12 18:34:07 claus Exp $
+$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.5 1995-05-17 12:48:38 claus Exp $
 "
 !
 
@@ -330,7 +330,7 @@
     toggleView := CheckToggle in:self.
 
     labelView := Label in:self.
-    labelView label:'check'.
+    labelView label:'check'; borderWidth:0.
     labelView forceResize.
     labelView adjust:#left.
     self height:labelView preferedExtent y + ViewSpacing.