Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/linkbutton.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 /linkbutton.py
parent5bf5b175f301dcc0379d404ddebe0baaab6aed25 (diff)
Better maxlen values #5765
Diffstat (limited to 'linkbutton.py')
-rw-r--r--linkbutton.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linkbutton.py b/linkbutton.py
index 312f9d8..b1c8c8d 100644
--- a/linkbutton.py
+++ b/linkbutton.py
@@ -90,7 +90,7 @@ class LinkButton(TrayButton, gobject.GObject):
return rsvg.Handle(data=data).get_pixbuf()
def setup_rollover_options(self, info):
- palette = Palette(info, text_maxlen=70)
+ palette = Palette(info, text_maxlen=50)
self.set_palette(palette)
menu_item = gtk.MenuItem(_('Remove'))