mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
buttonbox: Fix size request
A copy-paste mistake was making us always request too little space, causing the buttons to be jumbled or cut off. https://bugzilla.gnome.org/show_bug.cgi?id=759664
This commit is contained in:
parent
6a67df79a8
commit
0520ca3bdf
@ -911,7 +911,6 @@ gtk_button_box_measure (GtkCssGadget *gadget,
|
||||
else
|
||||
*minimum = *natural = requisition.height;
|
||||
|
||||
*minimum = *natural = requisition.height;
|
||||
if (minimum_baseline)
|
||||
*minimum_baseline = baseline;
|
||||
if (natural_baseline)
|
||||
|
Loading…
Reference in New Issue
Block a user