Skip to content

Commit

Permalink
Remove minimize & maximize
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Jan 8, 2023
1 parent 708b639 commit 5415831
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux/my_application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ static void my_application_activate(GApplication* application) {
gtk_widget_show(GTK_WIDGET(header_bar));
gtk_header_bar_set_title(header_bar, "Calculator");
gtk_header_bar_set_show_close_button(header_bar, TRUE);
gtk_header_bar_set_decoration_layout(header_bar, ":close");
gtk_window_set_titlebar(window, GTK_WIDGET(header_bar));
} else {
gtk_window_set_title(window, "Calculator");
Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5415831

Please sign in to comment.