Some documentation fix (#10335)

* update sample image

* increase size so all text will be shown
This commit is contained in:
Maple 2022-05-01 03:24:38 -07:00 committed by GitHub
parent bba588d8b0
commit e201b87dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ static void activate(GtkApplication* app, gpointer user_data)
label = gtk_label_new("Hello GNOME!");
gtk_container_add (GTK_CONTAINER (window), label);
gtk_window_set_title(GTK_WINDOW (window), "Welcome to GNOME");
gtk_window_set_default_size(GTK_WINDOW (window), 200, 100);
gtk_window_set_default_size(GTK_WINDOW (window), 400, 200);
gtk_widget_show_all(window);
} // end of function activate

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB