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

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

index 6d2d07e..5194ed7 100644 (file)
@@ -37,6 +37,7 @@
          "$ xns" : "Gtk",
          "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
          "bool hexpand" : true,
+         "bool vexpand" : false,
          "items" : [
           {
            "$ xns" : "Gtk",
index 4f8d6ab..a4171d6 100644 (file)
@@ -476,6 +476,7 @@ public class Editor : Object
                        // set gobject values
                        this.el.homogeneous = false;
                        this.el.hexpand = true;
+                       this.el.vexpand = false;
                        new Xcls_save_button( _this );
                        this.el.append( _this.save_button.el );
                        new Xcls_helper( _this );