Separator.st
changeset 315 eab866497e0e
parent 300 de23beb3af66
child 316 f6214d6f484d
--- a/Separator.st	Fri Feb 28 19:54:49 1997 +0100
+++ b/Separator.st	Fri Feb 28 21:23:44 1997 +0100
@@ -187,7 +187,10 @@
 
 initialize
     super initialize.
-    borderWidth := 0
+    borderWidth := 0.
+    orientation := #horizontal.
+
+    "Modified: 28.2.1997 / 21:23:02 / cg"
 ! !
 
 !Separator methodsFor:'queries'!
@@ -202,5 +205,5 @@
 !Separator class methodsFor:'documentation'!
 
 version 
-    ^ '$Header: /cvs/stx/stx/libwidg2/Separator.st,v 1.12 1997-02-25 13:28:02 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/Separator.st,v 1.13 1997-02-28 20:23:44 cg Exp $'
 ! !