[gimp/soc-2010-cage-2] Increased maximum radius to 500 in unsharp-mask plugin
- From: Michael Muré <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/soc-2010-cage-2] Increased maximum radius to 500 in unsharp-mask plugin
- Date: Thu, 30 Dec 2010 18:14:27 +0000 (UTC)
commit 46c23b242538f63dd987bfe22b35a248c1332d5d
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]