Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/face.py
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-07-27 21:10:34 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-07-27 21:10:34 (GMT)
commitc5b2959dedfd3a4eb2faffef44c8bd94c17d88f6 (patch)
tree78da0b201a81b0c07e5144d5111b9d907914384c /face.py
parent311125f2cf45124e1af56dc363089ce365abb12a (diff)
adding comments, provisional face distribution
Diffstat (limited to 'face.py')
-rw-r--r--face.py4
1 files changed, 2 insertions, 2 deletions
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)