Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--createcardpanel.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/createcardpanel.py b/createcardpanel.py
index 1da561f..e490f64 100644
--- a/createcardpanel.py
+++ b/createcardpanel.py
@@ -342,6 +342,7 @@ class CardEditor(gtk.EventBox):
self.font_combo.set_font_name(model.DEFAULT_FONT)
box.pack_start(self.font_combo, True, True, 0)
+ box.pack_start(toolbar, True, True, 0)
self.add(box)