src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 31 Jan 2024 09:43:55 +0000 (17:43 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 31 Jan 2024 09:43:55 +0000 (17:43 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index 7154154..0fc0575 100644 (file)
                    "\tvar lbl = new Gtk.Label(\"\");",
                    " \t(listitem as Gtk.ListItem).set_child(lbl);",
                    " \tlbl.justify = Gtk.Justification.LEFT;",
-                   " \tlbl.xalign = 1;",
+                   " \tlbl.xalign = 0;",
                    " \tlbl.use_markup = true;",
                    "\tlbl.ellipsize = Pango.EllipsizeMode.START;",
                    "  ",
index b3a84dd..b1a60ff 100644 (file)
@@ -2182,7 +2182,7 @@ public class Xcls_MainWindow : Object
                                var lbl = new Gtk.Label("");
                                (listitem as Gtk.ListItem).set_child(lbl);
                                lbl.justify = Gtk.Justification.LEFT;
-                               lbl.xalign = 1;
+                               lbl.xalign = 0;
                                lbl.use_markup = true;
                                lbl.ellipsize = Pango.EllipsizeMode.START;