From 7f165d682e41de94ec0a6d5a6a7913a10f33f4bf Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 10 Jan 2008 19:48:14 +0000 Subject: Better maxlen values #5765 --- (limited to 'webtoolbar.py') 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: -- cgit v0.9.1