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:42:14 -0300
commitb06e1daa43a0137b353acc2e8416c255ed17f4f1 (patch)
treeb1c6549e40612cd596cb0fa3b21972dfeb473ed9
parentcabb5bebe3159e81a2e7e4237aaf90700023aa3d (diff)
downloadglade-b06e1daa43a0137b353acc2e8416c255ed17f4f1.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 02bf3163..e29777e4 100644
--- a/plugins/gtk+/gtk+.xml
+++ b/plugins/gtk+/gtk+.xml
@@ -2724,7 +2724,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 -->