app: increase the tile size for plug-ins to 128x128

This commit is contained in:
Michael Natterer 2012-03-28 20:17:22 +02:00
parent 25f4769c77
commit c8481fd19e
1 changed files with 2 additions and 2 deletions

View File

@ -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;