diff --git a/champ.rb b/champ.rb index b685a09..6618b7d 100755 --- a/champ.rb +++ b/champ.rb @@ -376,8 +376,8 @@ class Champ canvas_left = 40 canvas_width = width - 60 canvas_height = height - 70 - canvas_width = 256 - canvas_height = 256 + canvas_width = 200 + canvas_height = 200 canvas_top = 10 canvas_left = 30 canvas_right = 10 diff --git a/doc/screenshot.png b/doc/screenshot.png index 4742e5a..d4294bd 100644 Binary files a/doc/screenshot.png and b/doc/screenshot.png differ