GtkListBox: Expand the placeholder
https://bugzilla.gnome.org/show_bug.cgi?id=711255
This commit is contained in:
committed by
Matthias Clasen
parent
273d4b7cc2
commit
f23e1cdde5
@@ -1994,7 +1994,7 @@ gtk_list_box_real_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);
|
||||
|
||||
Reference in New Issue
Block a user