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

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

index 33b4bb5..2f81268 100644 (file)
@@ -38,7 +38,7 @@
          "$ homogeneous" : false,
          "$ xns" : "Gtk",
          "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
-         "bool hexpand" : true,
+         "bool hexpand" : false,
          "bool vexpand" : false,
          "items" : [
           {
index 9b94eef..77c712d 100644 (file)
@@ -477,7 +477,7 @@ public class Editor : Object
 
                        // set gobject values
                        this.el.homogeneous = false;
-                       this.el.hexpand = true;
+                       this.el.hexpand = false;
                        this.el.vexpand = false;
                        new Xcls_save_button( _this );
                        this.el.append( _this.save_button.el );