> > We prefer patches created from git commits using 'git format-patch'. If > you had submitted such a patch, I would have pushed your commit by now. > Can you resend your diff with a commit log please? > > > Sven Sorry. I've never worked with git before. Would the attached be correct? -Rob A>
From b2292460636ceba85849c3a3796fa2f1488e7da6 Mon Sep 17 00:00:00 2001 From: Rob Antonishen <rob.antonishen@xxxxxxxxx> Date: Wed, 8 Dec 2010 14:37:24 -0500 Subject: [PATCH] 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); -- 1.7.1
_______________________________________________ Gimp-developer mailing list Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer