Author: akv
Date: 2010-06-05 00:14:45 +0200 (Sat, 05 Jun 2010)
New Revision: 3419

Modified:
   trunk/src/rs-toolbox.c
Log:
Made sharpen and denoise sliders move 5 points when clicking in the slider.

Modified: trunk/src/rs-toolbox.c
===================================================================
--- trunk/src/rs-toolbox.c      2010-06-04 22:12:33 UTC (rev 3418)
+++ trunk/src/rs-toolbox.c      2010-06-04 22:14:45 UTC (rev 3419)
@@ -51,9 +51,9 @@
        { "contrast",       0.05 },
        { "warmth",         0.01 },
        { "tint",           0.01 },
-       { "sharpen",        0.1 },
-       { "denoise_luma",   0.1 },
-       { "denoise_chroma", 0.1 },
+       { "sharpen",        0.5 },
+       { "denoise_luma",   0.5 },
+       { "denoise_chroma", 0.5 },
 };
 #define NBASICS (9)
 


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to