Some documentation fix (#10335)
* update sample image * increase size so all text will be shown
This commit is contained in:
parent
bba588d8b0
commit
e201b87dd5
|
@ -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 |
Loading…
Reference in New Issue