src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Mon, 2 Mar 2015 05:41:11 +0000 (13:41 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Mar 2015 05:41:11 +0000 (13:41 +0800)
src/Builder4/WindowState.vala

index 278957f..b94aadf 100644 (file)
@@ -751,7 +751,8 @@ public class WindowState : Object
                 this.win.projecteditview.el.set_size(alloc.width-50, alloc.height / 2.0f);
                
                // this.win.rooview.el.save_easing_state();
-                this.win.rooview.el.set_scale(alloc.width / 2.0f, alloc.height / 2.0f);
+                //this.win.rooview.el.set_size(alloc.width / 2.0f, alloc.height / 2.0f);
+                this.win.rooview.el.set_scale(0.5f, 0.5f);
                 //this.win.rooview.el.restore_easing_state();
                 break;