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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/linkbutton.py b/linkbutton.py
index 1f5ac99..7700f46 100644
--- a/linkbutton.py
+++ b/linkbutton.py
@@ -46,8 +46,8 @@ class LinkButton(gtk.RadioToolButton):
width = pixbuf_xo.get_width()
height = pixbuf_xo.get_height()
- dest_x = 100
- dest_y = 66
+ dest_x = style.zoom(120)
+ dest_y = style.zoom(80)
w = width/2
h = height/2
scale_x = 0.5