mirror of https://github.com/GNOME/gimp.git
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.
This commit is contained in:
parent
8aa5e7825e
commit
7da24fd97b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue