menubar: Respect ipadding also in y direction

This commit is contained in:
Benjamin Otte 2011-05-01 05:30:42 +02:00
parent cb99f0750d
commit ae32f2fe90

View File

@ -496,6 +496,7 @@ gtk_menu_bar_size_allocate (GtkWidget *widget,
ipadding +
BORDER_SPACING);
child_allocation.y = (border_width +
ipadding +
BORDER_SPACING);
if (get_shadow_type (menu_bar) != GTK_SHADOW_NONE)