[gimp] Increased maximum radius to 500 in unsharp-mask plugin



commit 8a2a18b7925890f32a9e52b31add4e598acb895e
Author: Rob Antonishen <rob antonishen gmail com>
Date:   Wed Dec 8 14:37:24 2010 -0500

    Increased maximum radius to 500 in unsharp-mask plugin

 plug-ins/common/unsharp-mask.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/unsharp-mask.c b/plug-ins/common/unsharp-mask.c
index de23822..1755f18 100644
--- a/plug-ins/common/unsharp-mask.c
+++ b/plug-ins/common/unsharp-mask.c
@@ -864,7 +864,7 @@ unsharp_mask_dialog (GimpDrawable *drawable)
 
   adj = gimp_scale_entry_new (GTK_TABLE (table), 0, 0,
                               _("_Radius:"), SCALE_WIDTH, ENTRY_WIDTH,
-                              unsharp_params.radius, 0.1, 120.0, 0.1, 1.0, 1,
+                              unsharp_params.radius, 0.1, 500.0, 0.1, 1.0, 1,
                               TRUE, 0, 0,
                               NULL, NULL);
 



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