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

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

index 2f81268..652c37c 100644 (file)
@@ -59,6 +59,7 @@
           {
            "$ xns" : "Gtk",
            "Gtk.Justification justify" : "Gtk.Justification.LEFT",
+           "bool hexpand" : true,
            "float xalign" : 0,
            "id" : "helper",
            "int margin_end" : 4,
index 77c712d..414fd7e 100644 (file)
@@ -543,6 +543,7 @@ public class Editor : Object
                        this.el.margin_end = 4;
                        this.el.margin_start = 4;
                        this.el.justify = Gtk.Justification.LEFT;
+                       this.el.hexpand = true;
                        this.el.xalign = 0f;
                }