Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-03-07 19:02:21 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-03-07 19:02:21 (GMT)
commitcd33533c2f71a93155ce49021d5a9a9a2768d320 (patch)
treeb0c522b050180f29bc30c2c261f34ab9056ad208
parent04fc06660c04a5eed83419e037d69a33176261ce (diff)
Remove one separator in the toolbar to avoid the stop button fall out of the toolbar in small screens
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--activity.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/activity.py b/activity.py
index f31ac85..7db1fe8 100644
--- a/activity.py
+++ b/activity.py
@@ -149,11 +149,6 @@ class SimpleGraph(activity.Activity):
toolbarbox.toolbar.insert(activity_button, 0)
- separator = gtk.SeparatorToolItem()
- separator.set_draw(False)
- separator.set_expand(False)
- toolbarbox.toolbar.insert(separator, -1)
-
add_v = ToolButton("row-insert")
add_v.connect("clicked", self._add_value)
add_v.set_tooltip(_("Add a value"))