summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qgrayraster_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/painting/qgrayraster_p.h')
-rw-r--r--src/gui/painting/qgrayraster_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qgrayraster_p.h b/src/gui/painting/qgrayraster_p.h
index ad595b864a..d610a9a0db 100644
--- a/src/gui/painting/qgrayraster_p.h
+++ b/src/gui/painting/qgrayraster_p.h
@@ -91,7 +91,7 @@
/* Minimum buffer size for raster object, that accounts
for TWorker and TCell sizes.*/
-#define MINIMUM_POOL_SIZE 4096
+#define MINIMUM_POOL_SIZE 8192
QT_FT_EXPORT_VAR( const QT_FT_Raster_Funcs ) qt_ft_grays_raster;