Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/linkbutton.py
diff options
context:
space:
mode:
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 e52c8cc..808c8f6 100644
--- a/linkbutton.py
+++ b/linkbutton.py
@@ -50,7 +50,7 @@ class LinkButton(TrayButton, GObject.GObject):
color.split(',')[0])
self.page = int(page)
- info = title + '\n' + owner
+ info = title + '\n' + '<small><i>' + owner + '</i></small>'
self.setup_rollover_options(info)
def set_image(self, buf, fill='#0000ff', stroke='#4d4c4f'):