src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 05:27:35 +0000 (13:27 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 05:27:35 +0000 (13:27 +0800)
src/Builder4/WindowState.vala

index ec2637b..e2d37f8 100644 (file)
@@ -8,7 +8,7 @@
 public class WindowState : Object 
 {
        public Xcls_MainWindow win;
-
        public enum State {
                NONE,
                PREVIEW,
@@ -30,8 +30,7 @@ public class WindowState : Object
         
        public Project.Project project;
        public JsRender.JsRender file;
-       
-       
+        
        
        public Xcls_WindowLeftTree  left_tree;
        public Xcls_WindowAddProp   add_props;