[gthumb] use low zoom quality by default



commit fb0b1c3c09622ec7b407f37e30f46241bc72613c
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Mar 4 21:51:03 2010 +0100

    use low zoom quality by default
    
    low zoom quality is enough now because it is realized with
    GDK_INTERP_TILES which is better than the old GDK_INTERP_NEAREST

 .../data/gthumb-image-viewer.schemas.in            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/image_viewer/data/gthumb-image-viewer.schemas.in b/extensions/image_viewer/data/gthumb-image-viewer.schemas.in
index 526adda..4f7fd33 100644
--- a/extensions/image_viewer/data/gthumb-image-viewer.schemas.in
+++ b/extensions/image_viewer/data/gthumb-image-viewer.schemas.in
@@ -6,7 +6,7 @@
 	<applyto>/apps/gthumb/viewer/zoom_quality</applyto>
 	<owner>gthumb</owner>
 	<type>string</type>
-	<default>high</default>
+	<default>low</default>
 	<locale name="C">
 	  <short></short>
 	  <long> Possible values are: high, low.



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