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

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

index b5e6c96..edd420b 100644 (file)
@@ -57,6 +57,7 @@
           },
           {
            "$ xns" : "Gtk",
+           "Gtk.Justification justify" : "Gtk.Justification.LEFT",
            "bool hexpand" : true,
            "id" : "helper",
            "int margin_end" : 4,
index 8a119a6..bb30644 100644 (file)
@@ -541,6 +541,7 @@ public class Editor : Object
                        // set gobject values
                        this.el.margin_end = 4;
                        this.el.margin_start = 4;
+                       this.el.justify = Gtk.Justification.LEFT;
                        this.el.hexpand = true;
                }