[f-spot] fix for bgo #586620



commit 68378bc7ed2fadc7a93a374c48e7b6ce16e44a03
Author: Jan Klícha <jan klicha cz>
Date:   Fri Jul 3 16:30:54 2009 +0200

    fix for bgo #586620
    
    do not upscale a small, use a bigger one

 src/ImportCommand.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ImportCommand.cs b/src/ImportCommand.cs
index 2fe03ac..d4a9e23 100644
--- a/src/ImportCommand.cs
+++ b/src/ImportCommand.cs
@@ -623,8 +623,8 @@ public class ImportCommand : GladeDialog
 		GtkUtil.ModifyColors (photo_scrolled);
 		GtkUtil.ModifyColors (photo_view);
 
-		photo_view.Pixbuf = GtkUtil.TryLoadIcon (FSpot.Global.IconTheme, "f-spot", 48, (Gtk.IconLookupFlags)0);
-		photo_view.ZoomFit (true);
+		photo_view.Pixbuf = GtkUtil.TryLoadIcon (FSpot.Global.IconTheme, "f-spot", 128, (Gtk.IconLookupFlags)0);
+		photo_view.ZoomFit (false);
 			
 		tag_entry = new FSpot.Widgets.TagEntry (MainWindow.Toplevel.Database.Tags, false);
 		tag_entry.UpdateFromTagNames (new string []{});



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]