gtk-demo/listbox: Fix 0 space between nick & date,

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
This commit is contained in:
Daniel Boles 2023-04-30 16:36:10 +01:00
parent 2dd7ab2a50
commit 2c15d563e2

View 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>