Drop devel styling from our windows

We are about to do a stable release. Time to get used
again to plain old, boring header bars.
This commit is contained in:
Matthias Clasen
2020-11-23 12:10:01 -05:00
parent d7de720275
commit b75b359f19
11 changed files with 0 additions and 32 deletions

View File

@@ -812,8 +812,6 @@ activate (GApplication *app)
gtk_application_window_set_show_menubar (GTK_APPLICATION_WINDOW (main_window), TRUE);
update_title (GTK_WINDOW (main_window));
gtk_widget_add_css_class (main_window, "devel");
box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
gtk_window_set_child (GTK_WINDOW (main_window), box);