Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/face.py
diff options
context:
space:
mode:
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 1fa90f4..4038690 100644
--- a/face.py
+++ b/face.py
@@ -114,8 +114,8 @@ class View(Gtk.EventBox):
# layout the screen
box = Gtk.VBox(homogeneous=False)
box.add(self._eyebox)
- box.add(self._mouthbox)
- box.set_border_width(FACE_PAD)
+ box.add(self._mouthbox)
+ box.set_border_width(FACE_PAD)
self.modify_bg(Gtk.StateType.NORMAL, self.fill_color.get_gdk_color())
self.add(box)