From 69143fe809b1f45e4678c4d4ef0eb9a10b495cf8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 Mar 2024 23:16:59 +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 b5e6c96e7..edd420b5e 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -57,6 +57,7 @@ }, { "$ xns" : "Gtk", + "Gtk.Justification justify" : "Gtk.Justification.LEFT", "bool hexpand" : true, "id" : "helper", "int margin_end" : 4, diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index 8a119a631..bb306446f 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -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; } -- 2.39.2