Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-01-10 19:48:14 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-01-10 19:51:28 (GMT)
commitc4767c4c3538f1bf2e773b4974da0dbca604c8e5 (patch)
tree544425278b30cf3bbfb6f8123d06c980f8a8e4ba /webtoolbar.py
parent5bf5b175f301dcc0379d404ddebe0baaab6aed25 (diff)
Better maxlen values #5765
Diffstat (limited to 'webtoolbar.py')
-rwxr-xr-xwebtoolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index e97d94d..7a8bec5 100755
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -197,7 +197,7 @@ class WebToolbar(gtk.Toolbar):
continue
entry = session_history.getEntryAtIndex(i, False)
- menu_item = MenuItem(entry.title, text_maxlen=80)
+ menu_item = MenuItem(entry.title, text_maxlen=60)
menu_item.connect('activate', self._history_item_activated_cb, i)
if i < current_page_index: