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

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

index 277e28b..df16ad8 100644 (file)
      "listeners" : {
       "realize" : [
        "( ) => {",
-       "",
+       "\tthis.el.position = this.el.get_width()- 120;",
        "",
        "}",
        ""
index fca8d68..28adda3 100644 (file)
@@ -431,7 +431,7 @@ public class Editor : Object
 
                        //listeners
                        this.el.realize.connect( ( ) => {
-                       
+                               this.el.position = this.el.get_width()- 120;
                        
                        });
                }