mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 21:20:09 +00:00
headerbar: Prepend start window controls instead of appending
Make sure they are always in the correct position.
This commit is contained in:
parent
0eab4deab0
commit
fd073deea9
@ -167,7 +167,7 @@ create_window_controls (GtkHeaderBar *bar)
|
||||
g_object_bind_property (controls, "empty",
|
||||
controls, "visible",
|
||||
G_BINDING_SYNC_CREATE | G_BINDING_INVERT_BOOLEAN);
|
||||
gtk_box_append (GTK_BOX (bar->start_box), controls);
|
||||
gtk_box_prepend (GTK_BOX (bar->start_box), controls);
|
||||
bar->start_window_controls = controls;
|
||||
|
||||
controls = gtk_window_controls_new (GTK_PACK_END);
|
||||
|
Loading…
Reference in New Issue
Block a user