mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:00:07 +00:00
GtkListBox: Expand the placeholder
https://bugzilla.gnome.org/show_bug.cgi?id=711255
This commit is contained in:
parent
468fd38531
commit
dd6f4fb785
@ -2022,7 +2022,7 @@ gtk_list_box_size_allocate (GtkWidget *widget,
|
||||
{
|
||||
gtk_widget_get_preferred_height_for_width (priv->placeholder,
|
||||
allocation->width, &child_min, NULL);
|
||||
header_allocation.height = child_min;
|
||||
header_allocation.height = allocation->height;
|
||||
header_allocation.y = child_allocation.y;
|
||||
gtk_widget_size_allocate (priv->placeholder,
|
||||
&header_allocation);
|
||||
|
Loading…
Reference in New Issue
Block a user