gtk-demo/listbox: Fix 0 space between nick & date,
authorDaniel Boles <dboles.src@gmail.com>
Sun, 30 Apr 2023 15:36:10 +0000 (16:36 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Sun, 30 Apr 2023 15:39:16 +0000 (16:39 +0100)
by restoring the right-alignment that gtk-3-24 has here, but we had lost
– I guess because we dropped the default child expand and pack-end props

demos/gtk-demo/listbox.ui

index 9b5199ef7d2c10f6c833c88070d6091550aba39c..89d4a8c0dcd3ac4b58f89d5a8ba220ba7f159c1f 100644 (file)
@@ -64,6 +64,8 @@
             </child>
             <child>
               <object class="GtkLabel" id="short_time_label">
+                <property name="hexpand">1</property>
+                <property name="xalign">1</property>
                 <property name="valign">baseline</property>
                 <property name="label" translatable="yes">38m</property>
                 <style>