File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ static void my_application_activate(GApplication* application) {
40
40
if (use_header_bar) {
41
41
GtkHeaderBar *header_bar = GTK_HEADER_BAR (gtk_header_bar_new ());
42
42
gtk_widget_show (GTK_WIDGET (header_bar));
43
- gtk_header_bar_set_title (header_bar, " flutter_examples " );
43
+ gtk_header_bar_set_title (header_bar, " Demos & Examples of Syncfusion Flutter Widgets " );
44
44
gtk_header_bar_set_show_close_button (header_bar, TRUE );
45
45
gtk_window_set_titlebar (window, GTK_WIDGET (header_bar));
46
46
}
47
47
else {
48
- gtk_window_set_title (window, " flutter_examples " );
48
+ gtk_window_set_title (window, " Demos & Examples of Syncfusion Flutter Widgets " );
49
49
}
50
50
51
51
gtk_window_set_default_size (window, 1280 , 720 );
You can’t perform that action at this time.
0 commit comments