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

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

index b699086..2df9a9e 100644 (file)
@@ -59,7 +59,6 @@
           {
            "$ xns" : "Gtk",
            "Gtk.Justification justify" : "Gtk.Justification.LEFT",
-           "bool hexpand" : true,
            "float xalign" : 0,
            "id" : "helper",
            "int margin_end" : 4,
index 51fb374..af09217 100644 (file)
@@ -543,7 +543,6 @@ 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;
                }