headerbar: Show title buttons by default

Most of the time show-title-buttons is set to TRUE. Go ahead and make that
the default.
This commit is contained in:
Alexander Mikhaylenko
2020-05-25 20:14:58 +05:00
parent 988901294d
commit 7c3b30036e
50 changed files with 16 additions and 56 deletions

View File

@@ -15,7 +15,6 @@ new_window (GApplication *app,
gtk_window_set_icon_name (GTK_WINDOW (window), "sunny");
header = gtk_header_bar_new ();
gtk_header_bar_set_show_title_buttons (GTK_HEADER_BAR (header), TRUE);
gtk_window_set_titlebar (GTK_WINDOW (window), header);
overlay = gtk_overlay_new ();