From c8481fd19e44fff996bef8188338f829d7282797 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 28 Mar 2012 20:17:22 +0200 Subject: [PATCH] app: increase the tile size for plug-ins to 128x128 --- app/plug-in/plug-in-types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/plug-in/plug-in-types.h b/app/plug-in/plug-in-types.h index 2515238dd8..f455bc87b2 100644 --- a/app/plug-in/plug-in-types.h +++ b/app/plug-in/plug-in-types.h @@ -24,8 +24,8 @@ #include "plug-in/plug-in-enums.h" -#define GIMP_PLUG_IN_TILE_WIDTH 64 -#define GIMP_PLUG_IN_TILE_HEIGHT 64 +#define GIMP_PLUG_IN_TILE_WIDTH 128 +#define GIMP_PLUG_IN_TILE_HEIGHT 128 typedef struct _GimpPlugIn GimpPlugIn;