src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Tue, 2 Jun 2015 11:32:05 +0000 (19:32 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 2 Jun 2015 11:32:05 +0000 (19:32 +0800)
src/Builder4/WindowState.vala

index 2059779..5c08c2f 100644 (file)
@@ -803,7 +803,7 @@ public class WindowState : Object
                this.easingRestoreAll();
                
                // run the animation.. - then load files...
-               GLib.Timeout.add(300,  ()  =>{
+               GLib.Timeout.add(500,  ()  =>{
                         this.resizeCanvasElements();
                         return false;
                });