From b83c581ae7adf96f0ba83ecc75ecb524b6ebef77 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Fri, 18 Mar 2011 15:51:00 +0000 Subject: more drawing sensibility --- (limited to 'mouth.py') diff --git a/mouth.py b/mouth.py index b01155a..851212d 100644 --- a/mouth.py +++ b/mouth.py @@ -80,7 +80,7 @@ class Mouth(gtk.DrawingArea): self.context.fill() # Draw the mouth - volume = self.volume / 65535. + volume = self.volume / 30000. mouthH = volume * bounds.height mouthW = volume**2 * (bounds.width/2.) + bounds.width/2. # T -- cgit v0.9.1