From e9f6c91ebddcb512dc865a6ba433e04960122f05 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Mar 2024 22:51:51 +0800 Subject: [PATCH] src/Builder4/Editor.bjs src/Builder4/Editor.vala --- src/Builder4/Editor.bjs | 1 + src/Builder4/Editor.vala | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index 6d2d07e0e..5194ed744 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -37,6 +37,7 @@ "$ xns" : "Gtk", "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL", "bool hexpand" : true, + "bool vexpand" : false, "items" : [ { "$ xns" : "Gtk", diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index 4f8d6ab89..a4171d6b8 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -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 ); -- 2.39.2