mirror of https://github.com/GNOME/gimp.git
app: increase the tile size for plug-ins to 128x128
This commit is contained in:
parent
25f4769c77
commit
c8481fd19e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue