forked from AuroraMiddleware/gtk
menubar: Respect ipadding also in y direction
This commit is contained in:
parent
cb99f0750d
commit
ae32f2fe90
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user