Fix a case a height/width confusion
This commit is contained in:
parent
d51de8cff8
commit
7d801a4f69
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user