src/Builder4/Editor.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 26 Mar 2024 15:48:14 +0000 (23:48 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 26 Mar 2024 15:48:14 +0000 (23:48 +0800)
src/Builder4/Editor.vala

src/Builder4/Editor.bjs
src/Builder4/Editor.vala

index df16ad8..612f458 100644 (file)
        "xtype" : "Box"
       }
      ],
-     "listeners" : {
-      "realize" : [
-       "( ) => {",
-       "\tthis.el.position = this.el.get_width()- 120;",
-       "",
-       "}",
-       ""
-      ]
-     },
      "xtype" : "Paned"
     }
    ],
index 28adda3..caf2771 100644 (file)
@@ -428,12 +428,6 @@ public class Editor : Object
                        this.el.start_child = child_1.el;
                        new Xcls_navigation_holder( _this );
                        this.el.end_child = _this.navigation_holder.el;
-
-                       //listeners
-                       this.el.realize.connect( ( ) => {
-                               this.el.position = this.el.get_width()- 120;
-                       
-                       });
                }
 
                // user defined functions