Some documentation fix (#10335)

* update sample image

* increase size so all text will be shown
pull/10331/head
Maple 2 years ago committed by GitHub
parent bba588d8b0
commit e201b87dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/markdown/Tutorial.md
  2. BIN
      docs/markdown/images/gtksample.png

@ -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…
Cancel
Save