Skip to content

Commit

Permalink
Merge pull request syncfusion#322 from Yuvaraj-Gajaraj/master
Browse files Browse the repository at this point in the history
Linux desktop support file updated
  • Loading branch information
JayavigneshwaranG authored Apr 1, 2021
2 parents 2b709fd + 6a4cfd1 commit 6abcc07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/my_application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ 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, "flutter_examples");
gtk_header_bar_set_title(header_bar, "Demos & Examples of Syncfusion Flutter Widgets");
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, "flutter_examples");
gtk_window_set_title(window, "Demos & Examples of Syncfusion Flutter Widgets");
}

gtk_window_set_default_size(window, 1280, 720);
Expand Down

0 comments on commit 6abcc07

Please sign in to comment.