src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Wed, 11 Nov 2015 05:28:43 +0000 (13:28 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 11 Nov 2015 05:28:43 +0000 (13:28 +0800)
src/Builder4/WindowState.vala

index e251244..25e517d 100644 (file)
@@ -632,11 +632,8 @@ public class WindowState : Object
                                if (new_state == State.FILESPROJECT) {
                                
                                        this.clutterfiles.el.set_easing_duration(1000);
-                                       this.clutterfiles.el.set_pivot_point(0.5f,0.5f);
-                                       //this.clutterfiles.el.set_rotation_angle(Clutter.RotateAxis.Y_AXIS, -180.0f);
-                                       this.clutterfiles.el.set_opacity(0);
-        
-                               
+                                       this.clutterfiles.el.set_pivot_point(0.5f,1.0f);
+                                        
                                        break;
                                }