[gimp] app: bump GIMP_UI_WINDOW_POSITION_EPSILON in test-ui.c



commit 7da24fd97bdceb5d311f3e8c3288ebe6706e0a0c
Author: Ell <ell_se yahoo com>
Date:   Mon Nov 13 17:10:18 2017 -0500

    app: bump GIMP_UI_WINDOW_POSITION_EPSILON in test-ui.c
    
    The current value (25) is a bit too low over here (getting 28),
    bump it to 30.

 app/tests/test-ui.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/tests/test-ui.c b/app/tests/test-ui.c
index 61b245c..1dd996a 100644
--- a/app/tests/test-ui.c
+++ b/app/tests/test-ui.c
@@ -64,7 +64,7 @@
 #include "gimp-app-test-utils.h"
 
 
-#define GIMP_UI_WINDOW_POSITION_EPSILON 25
+#define GIMP_UI_WINDOW_POSITION_EPSILON 30
 #define GIMP_UI_POSITION_EPSILON        1
 #define GIMP_UI_ZOOM_EPSILON            0.01
 


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