Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/svgimage.py
diff options
context:
space:
mode:
Diffstat (limited to 'svgimage.py')
-rw-r--r--svgimage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/svgimage.py b/svgimage.py
index 1584873..5469107 100644
--- a/svgimage.py
+++ b/svgimage.py
@@ -42,6 +42,7 @@ class SVGImage:
self._pixbuf = self._handle.get_pixbuf()
self._image = gtk.Image()
self._image.set_from_pixbuf(self._pixbuf)
+ self._image.set_alignment(0.5, 0)
return self._image
def load(self, fn):