[gimp] app: handle sizes should be odd numbers
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: handle sizes should be odd numbers
- Date: Fri, 24 Sep 2010 11:14:31 +0000 (UTC)
commit db1da1ed64f5520d63ebf5ddfd3ac1793bd23ca4
Author: Michael Natterer <mitch gimp org>
Date: Fri Sep 24 13:13:53 2010 +0200
app: handle sizes should be odd numbers
app/tools/gimprectangletool.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tools/gimprectangletool.c b/app/tools/gimprectangletool.c
index eaac8a8..619c33b 100644
--- a/app/tools/gimprectangletool.c
+++ b/app/tools/gimprectangletool.c
@@ -65,7 +65,7 @@ enum
#define MIN_HANDLE_SIZE 15
#define NARROW_MODE_HANDLE_SIZE 15
#define NARROW_MODE_THRESHOLD 45
-#define CENTER_CROSS_SIZE 6
+#define CENTER_CROSS_SIZE 7
#define SQRT5 2.236067977
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]