From 93ffd97a2ceb7b46e90774140bbfd863935f5b73 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Tue, 19 May 2015 23:22:42 +0200 Subject: [PATCH] screen size adjusted --- photobooth.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/photobooth.py b/photobooth.py index 908f8ff..cb04d5d 100755 --- a/photobooth.py +++ b/photobooth.py @@ -21,13 +21,7 @@ except RuntimeError: ##################### # Screen size -display_size = (800, 600) - -# Image size for displaying -image_size = (640, 480) - -# Display offset for pictures -image_offset = (80,60) +display_size = (1024, 600) # Idle image image_idle = "idle.jpg"