Skip to content

Commit

Permalink
Resize window
Browse files Browse the repository at this point in the history
  • Loading branch information
albfan committed Feb 15, 2019
1 parent 3dd2703 commit 7d9fd68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/Window.vala
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main (string argv[]) {
var window = new Gtk.Window ();
window.title = "GtkCanvas (Gcav) Demo";

window.resize (1000, 800);
window.resize (800, 400);

var canvas = new Gcav.Canvas (600, 400);

Expand Down

0 comments on commit 7d9fd68

Please sign in to comment.