Author: akv
Date: 2010-06-19 19:28:19 +0200 (Sat, 19 Jun 2010)
New Revision: 3432

Modified:
   trunk/librawstudio/rs-settings.c
Log:
Adjusting limits for warmth and tint - fixing bug 389.

Modified: trunk/librawstudio/rs-settings.c
===================================================================
--- trunk/librawstudio/rs-settings.c    2010-06-19 15:08:28 UTC (rev 3431)
+++ trunk/librawstudio/rs-settings.c    2010-06-19 17:28:19 UTC (rev 3432)
@@ -93,12 +93,12 @@
        g_object_class_install_property(object_class,
                PROP_WARMTH, g_param_spec_float(
                        "warmth", _("Warmth"), _("Temp"),
-                       -1.0, 1.5, 0.0, G_PARAM_READWRITE)
+                       -2.0, 2.0, 0.0, G_PARAM_READWRITE)
        );
        g_object_class_install_property(object_class,
                PROP_TINT, g_param_spec_float(
                        "tint", _("Tint"), _("Tint"),
-                       -1.0, 1.0, 0.0, G_PARAM_READWRITE)
+                       -2.0, 2.0, 0.0, G_PARAM_READWRITE)
        );
        g_object_class_install_property(object_class,
                PROP_WB_ASCII, g_param_spec_string(


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

Reply via email to