Author: post
Date: 2010-12-29 20:29:54 +0100 (Wed, 29 Dec 2010)
New Revision: 3718

Modified:
   trunk/librawstudio/rs-settings.c
Log:
Only have usable range for temperature.

Modified: trunk/librawstudio/rs-settings.c
===================================================================
--- trunk/librawstudio/rs-settings.c    2010-12-29 18:52:29 UTC (rev 3717)
+++ trunk/librawstudio/rs-settings.c    2010-12-29 19:29:54 UTC (rev 3718)
@@ -98,7 +98,7 @@
                PROP_WARMTH, g_param_spec_float(
                        /* @TRANSLATORS: "Temp" is short version of 
"Temperature". You cannot use more than 5 characters for this! */
                        "warmth", _("Temp"), _("Temperature"),
-                       -2.0, 2.0, 0.0, G_PARAM_READWRITE)
+                       -1.0, 1.0, 0.0, G_PARAM_READWRITE)
        );
        g_object_class_install_property(object_class,
                PROP_TINT, g_param_spec_float(


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

Reply via email to