rebranded to krezus

This commit is contained in:
2024-03-03 17:51:47 +01:00
parent fc6f64a271
commit 51cb8868a3
100 changed files with 195 additions and 196 deletions

View File

@@ -40,11 +40,11 @@ static void my_application_activate(GApplication* application) {
if (use_header_bar) {
GtkHeaderBar* header_bar = GTK_HEADER_BAR(gtk_header_bar_new());
gtk_widget_show(GTK_WIDGET(header_bar));
gtk_header_bar_set_title(header_bar, "tunas");
gtk_header_bar_set_title(header_bar, "krezus");
gtk_header_bar_set_show_close_button(header_bar, TRUE);
gtk_window_set_titlebar(window, GTK_WIDGET(header_bar));
} else {
gtk_window_set_title(window, "tunas");
gtk_window_set_title(window, "krezus");
}
gtk_window_set_default_size(window, 1280, 720);