forked from AuroraMiddleware/gtk
Don't set child-min-width/ height in the button box test
This is not a property. The feature was removed.
This commit is contained in:
parent
786b5774e3
commit
7ccd787f04
@ -1209,10 +1209,6 @@ create_bbox (gint horizontal,
|
||||
|
||||
gtk_button_box_set_layout (GTK_BUTTON_BOX (bbox), layout);
|
||||
gtk_box_set_spacing (GTK_BOX (bbox), spacing);
|
||||
g_object_set (bbox,
|
||||
"child-min-width", child_w,
|
||||
"child-min-height", child_h,
|
||||
NULL);
|
||||
|
||||
button = gtk_button_new_with_label ("OK");
|
||||
gtk_container_add (GTK_CONTAINER (bbox), button);
|
||||
|
Loading…
Reference in New Issue
Block a user