From 311125f2cf45124e1af56dc363089ce365abb12a Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Fri, 27 Jul 2012 20:37:15 +0000 Subject: typo in descriptor --- diff --git a/face.py b/face.py index a0e50cf..6efcbf9 100644 --- a/face.py +++ b/face.py @@ -117,7 +117,7 @@ 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, exapand=False, fill=False, padding=0) + box.pack_start(self._mouthbox, expand=True, fill=True, padding=0) box.set_border_width(FACE_PAD) self.modify_bg(0, self.fill_color.get_gdk_color()) self.add(box) -- cgit v0.9.1