FramedBox.st
changeset 139 7dd008efa3d8
parent 133 e58c7c979f33
child 155 d6f3836d2b51
--- a/FramedBox.st	Thu Aug 10 20:48:00 1995 +0200
+++ b/FramedBox.st	Fri Aug 11 18:07:46 1995 +0200
@@ -24,7 +24,7 @@
 COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.13 1995-07-23 03:01:37 claus Exp $
+$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.14 1995-08-11 16:07:16 claus Exp $
 '!
 
 !FramedBox class methodsFor:'documentation'!
@@ -45,7 +45,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.13 1995-07-23 03:01:37 claus Exp $
+$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.14 1995-08-11 16:07:16 claus Exp $
 "
 !
 
@@ -447,6 +447,7 @@
     fgColor := StyleSheet at:'framedBoxForegroundColor' default:Black.
     labelPosition := StyleSheet at:'framedBoxLabelPosition' default:#topCenter.
     frame3D := StyleSheet at:'framedBox3DFrame' default:true.
+    borderWidth := 0.
 ! !
 
 !FramedBox methodsFor:'event handling'!