From 05811f40eb4cf620bbd216570dea7ac0287a71bb Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Mon, 19 Sep 2011 18:48:21 +0000 Subject: Replace demo games combo by a button with a menu The combo with the text can be wide depending of the laguage and buttons fall out of the toolbar. Signed-off-by: Gonzalo Odiard --- (limited to 'activity.py') diff --git a/activity.py b/activity.py index 9bba185..b0f4b9c 100644 --- a/activity.py +++ b/activity.py @@ -96,6 +96,8 @@ class MemorizeActivity(Activity): self._memorizeToolbarBuilder = \ memorizetoolbar.MemorizeToolbarBuilder(self) + toolbar_box.toolbar.insert(gtk.SeparatorToolItem(), -1) + self._createToolbarBuilder = \ createtoolbar.CreateToolbarBuilder(self) -- cgit v0.9.1