From c5b2959dedfd3a4eb2faffef44c8bd94c17d88f6 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Fri, 27 Jul 2012 21:10:34 +0000 Subject: adding comments, provisional face distribution --- (limited to 'face.py') diff --git a/face.py b/face.py index 6efcbf9..dec365e 100644 --- a/face.py +++ b/face.py @@ -117,8 +117,8 @@ class View(Gtk.EventBox): box = Gtk.Box(orientation=Gtk.Orientation.VERTICAL) box.set_homogeneous(False) box.pack_start(self._eyebox, expand=True, fill=True, padding=0) - box.pack_start(self._mouthbox, expand=True, fill=True, padding=0) - box.set_border_width(FACE_PAD) + box.pack_start(self._mouthbox, expand=True, fill=True, padding=100) + box.set_border_width(0) self.modify_bg(0, self.fill_color.get_gdk_color()) self.add(box) -- cgit v0.9.1