mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-24 04:31:06 +00:00
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:
parent
2dd7ab2a50
commit
2c15d563e2
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user