mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
headerbar: Cosmetics
Use the box api we have.
This commit is contained in:
parent
e41bf097d0
commit
610ba1cadf
@ -467,8 +467,7 @@ gtk_header_bar_pack (GtkHeaderBar *bar,
|
||||
}
|
||||
else if (pack_type == GTK_PACK_END)
|
||||
{
|
||||
gtk_box_append (GTK_BOX (bar->end_box), widget);
|
||||
gtk_box_reorder_child_after (GTK_BOX (bar->end_box), widget, NULL);
|
||||
gtk_box_prepend (GTK_BOX (bar->end_box), widget);
|
||||
}
|
||||
|
||||
if (bar->track_default_decoration)
|
||||
|
Loading…
Reference in New Issue
Block a user