summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-06-18 20:42:14 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-06-18 20:44:24 -0300
commite1e889cfabce01333666fe005e476c33c4ea79b8 (patch)
tree448025a1b597ab622fc66e65dfdef8327a735c0f
parentecc38977d711f06c716cf7d2a96818bb55a31edd (diff)
downloadglade-e1e889cfabce01333666fe005e476c33c4ea79b8.tar.gz
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
-rw-r--r--plugins/gtk+/gtk+.xml1
1 files changed, 0 insertions, 1 deletions
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 @@
<action-activate-function>glade_gtk_listbox_action_activate</action-activate-function>
<child-action-activate-function>glade_gtk_listbox_child_action_activate</child-action-activate-function>
- <create-widget-function>glade_gtk_create_fixed_widget</create-widget-function>
<set-property-function>glade_gtk_listbox_set_property</set-property-function>
<get-property-function>glade_gtk_listbox_get_property</get-property-function>
<!-- We do not want glade_gtk_container_post_create be executed -->