GraphColumnViewSpec.st
changeset 744 5cfa9e8f2f3e
parent 743 d82f2c606b02
child 751 616686a9b678
--- a/GraphColumnViewSpec.st	Sat Feb 07 16:51:22 1998 +0100
+++ b/GraphColumnViewSpec.st	Sat Feb 07 17:01:49 1998 +0100
@@ -124,9 +124,6 @@
                     #'name:' '3D Graph'
                     #'layout:' #(#LayoutFrame 206 0 10 0 371 0 90 0)
                     #'showGrid:' true
-                    #'rotateX:' 45
-                    #'rotateY:' 45
-                    #'rotateZ:' 0
                 )
                  #(#LabelSpec
                     #'name:' '3D Graph Label'
@@ -389,6 +386,6 @@
 !GraphColumnViewSpec class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnViewSpec.st,v 1.2 1998-02-07 15:51:22 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/GraphColumnViewSpec.st,v 1.3 1998-02-07 16:01:49 ca Exp $'
 ! !
 GraphColumnViewSpec initialize!