[glade/glade-3-36] GladeGtkListBox: fix size request issue



commit e1e889cfabce01333666fe005e476c33c4ea79b8
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Thu Jun 18 20:42:14 2020 -0300

    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 @@
         
         <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 -->


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]