From 4f90528655ebda14239c94aef85b47abd31132d8 Mon Sep 17 00:00:00 2001 From: flavio Date: Thu, 26 Jul 2012 01:47:04 +0000 Subject: size corrections --- (limited to 'face.py') diff --git a/face.py b/face.py index 44efda3..6aa3151 100644 --- a/face.py +++ b/face.py @@ -96,7 +96,6 @@ class Status: class View(Gtk.EventBox): def __init__(self, fill_color=style.COLOR_BUTTON_GREY): Gtk.EventBox.__init__(self) - self.status = Status() self.fill_color = fill_color @@ -169,9 +168,9 @@ class View(Gtk.EventBox): for i in status.eyes: eye = i(self.fill_color) self._eyes.append(eye) - self._eyebox.pack_start(eye, FACE_PAD, False, 0) + self._eyebox.pack_start(eye, True, True, 0) eye.show() - + self._mouth = status.mouth(self._audio, self.fill_color) self._mouth.show() self._mouthbox.add(self._mouth) -- cgit v0.9.1