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

index 984a05f..278957f 100644 (file)
@@ -751,7 +751,7 @@ 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_size(alloc.width / 2.0f, alloc.height / 2.0f);
+                this.win.rooview.el.set_scale(alloc.width / 2.0f, alloc.height / 2.0f);
                 //this.win.rooview.el.restore_easing_state();
                 break;