From f013ddd94b915f9e5f9fcf6570fbdff347039596 Mon Sep 17 00:00:00 2001 From: Sayamindu Dasgupta Date: Fri, 03 Oct 2008 20:13:38 +0000 Subject: Fine tune the optimal zoom method --- (limited to 'ImageView.py') diff --git a/ImageView.py b/ImageView.py index 491a79a..bdaa458 100644 --- a/ImageView.py +++ b/ImageView.py @@ -105,7 +105,7 @@ class ImageViewer(gtk.DrawingArea): self._optimal_zoom_flag = True - return zoom - 0.02 #XXX: Hack + return zoom - 0.018 #XXX: Hack #def do_size_request(self, requisition): # requisition.width = self.pixbuf.get_width() -- cgit v0.9.1