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:48:14 (GMT)
commit7f165d682e41de94ec0a6d5a6a7913a10f33f4bf (patch)
tree1805aa337bdadb54bda715d615ed71c1aef3241e /linkbutton.py
parent34b542c05980d3e6002c7ad7a3b4afee4f004963 (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'))