menubar: Respect ipadding also in y direction
This commit is contained in:
@ -496,6 +496,7 @@ gtk_menu_bar_size_allocate (GtkWidget *widget,
|
|||||||
ipadding +
|
ipadding +
|
||||||
BORDER_SPACING);
|
BORDER_SPACING);
|
||||||
child_allocation.y = (border_width +
|
child_allocation.y = (border_width +
|
||||||
|
ipadding +
|
||||||
BORDER_SPACING);
|
BORDER_SPACING);
|
||||||
|
|
||||||
if (get_shadow_type (menu_bar) != GTK_SHADOW_NONE)
|
if (get_shadow_type (menu_bar) != GTK_SHADOW_NONE)
|
||||||
|
|||||||
Reference in New Issue
Block a user