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

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

index b64c17e..10e9209 100644 (file)
        "bool hexpand" : true,
        "bool vexpand" : true,
        "int spacing" : 0,
-       "int width_request" : 200,
+       "int width_request" : 120,
        "items" : [
         {
          "$ xns" : "Gtk",
index 8df3fdb..1e2d092 100644 (file)
@@ -1880,7 +1880,7 @@ public class Editor : Object
                        // my vars (dec)
 
                        // set gobject values
-                       this.el.width_request = 200;
+                       this.el.width_request = 120;
                        this.el.hexpand = true;
                        this.el.vexpand = true;
                        var child_1 = new Xcls_Box28( _this );