HorizontalSlider.st
changeset 1230 1e521b1de695
parent 402 db4b13aff9c9
child 2819 04c8432b57c8
--- a/HorizontalSlider.st	Sun Mar 07 14:25:33 1999 +0100
+++ b/HorizontalSlider.st	Sun Mar 07 14:27:34 1999 +0100
@@ -45,9 +45,12 @@
 !HorizontalSlider methodsFor:'initialization'!
 
 initialize
+    orientation := #horizontal. 
     super initialize.
     sliderHeight := (self horizontalPixelPerMillimeter:10) rounded.
-    orientation := #horizontal 
+    orientation := #horizontal
+
+    "Modified: / 7.3.1999 / 00:00:47 / cg"
 ! !
 
 !HorizontalSlider methodsFor:'queries'!
@@ -75,5 +78,5 @@
 !HorizontalSlider class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/HorizontalSlider.st,v 1.14 1997-05-28 14:21:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/HorizontalSlider.st,v 1.15 1999-03-07 13:27:07 cg Exp $'
 ! !