src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Sat, 28 Feb 2015 10:32:23 +0000 (18:32 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 28 Feb 2015 10:32:23 +0000 (18:32 +0800)
src/Builder4/WindowState.vala

index 5aca368..4801461 100644 (file)
@@ -819,7 +819,7 @@ public class WindowState : Object
 
             case State.PROJECT: 
                 this.win.projecteditview.el.set_size(alloc.width-50, alloc.height / 2.0f);
-               this.win.rooview.el.set_size(alloc.width-50, alloc.height / 2.0f);
+               this.win.rooview.el.set_size(alloc.width / 2.0f, alloc.height / 2.0f);
                 break;
 
             case State.CODE: