From 609b628200e8b1f67e9438b1d1f03bff63f01d91 Mon Sep 17 00:00:00 2001 From: erich koslovsky Date: Mon, 20 Aug 2007 09:16:46 +0000 Subject: Used style.zoom() to find out the size of the buddy icon on the links. --- 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 -- cgit v0.9.1