From e1e889cfabce01333666fe005e476c33c4ea79b8 Mon Sep 17 00:00:00 2001 From: Juan Pablo Ugarte Date: Thu, 18 Jun 2020 20:42:14 -0300 Subject: GladeGtkListBox: fix size request issue Remove glade_gtk_create_fixed_widget from GtkListBox support This is proably a left over from GtkBox support code copy/paste which was making the row have a default size. https://gitlab.gnome.org/GNOME/glade/-/issues/446 --- plugins/gtk+/gtk+.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/gtk+/gtk+.xml b/plugins/gtk+/gtk+.xml index cdca9e8f..904efac6 100644 --- a/plugins/gtk+/gtk+.xml +++ b/plugins/gtk+/gtk+.xml @@ -2714,7 +2714,6 @@ glade_gtk_listbox_action_activate glade_gtk_listbox_child_action_activate - glade_gtk_create_fixed_widget glade_gtk_listbox_set_property glade_gtk_listbox_get_property -- cgit v1.2.1