From 2b884f7eb93b4c71100b1916c17ad4cd468bf489 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Mar 2024 23:48:14 +0800 Subject: [PATCH] src/Builder4/Editor.bjs src/Builder4/Editor.vala --- src/Builder4/Editor.bjs | 9 --------- src/Builder4/Editor.vala | 6 ------ 2 files changed, 15 deletions(-) diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index df16ad8eb..612f45862 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -1543,15 +1543,6 @@ "xtype" : "Box" } ], - "listeners" : { - "realize" : [ - "( ) => {", - "\tthis.el.position = this.el.get_width()- 120;", - "", - "}", - "" - ] - }, "xtype" : "Paned" } ], diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index 28adda308..caf2771d7 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -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 -- 2.39.2