Fix a case a height/width confusion

This commit is contained in:
Matthias Clasen 2015-12-19 11:11:34 -05:00
parent d51de8cff8
commit 7d801a4f69

View File

@ -1505,7 +1505,7 @@ gtk_expander_measure_title (GtkCssGadget *gadget,
label_min = label_nat = 0;
*minimum = arrow_width + label_min;
*natural = arrow_height + label_nat;
*natural = arrow_width + label_nat;
}
else
{