We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd2703 commit 7d9fd68Copy full SHA for 7d9fd68
demo/Window.vala
@@ -65,7 +65,7 @@ int main (string argv[]) {
65
var window = new Gtk.Window ();
66
window.title = "GtkCanvas (Gcav) Demo";
67
68
- window.resize (1000, 800);
+ window.resize (800, 400);
69
70
var canvas = new Gcav.Canvas (600, 400);
71
0 commit comments