aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Junnonen <tomas.junnonen@nokia.com>2010-10-21 11:46:55 +0300
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-10-21 11:46:55 +0300
commitd281d22ba9842fae306a76cde44c725a10b8593e (patch)
tree6ef71d023426840e08f73442d36213130e7745d5
parent1833a7c6c3ecc50e9e54f7d1a539299f8283fd7f (diff)
Changes: Increased the number of cached theme pixmaps from 128 to 1024
RevBy: Stanislav Ionascu Details: This should be enough to hold the entire base theme resident in the theme daemon.
-rw-r--r--src/corelib/theme/mcommonpixmaps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/theme/mcommonpixmaps.h b/src/corelib/theme/mcommonpixmaps.h
index b4fa064a..0a27b974 100644
--- a/src/corelib/theme/mcommonpixmaps.h
+++ b/src/corelib/theme/mcommonpixmaps.h
@@ -59,7 +59,7 @@ private:
/*!
\brief Number of pixmaps to keep in most used pixmaps cache
*/
- static const qint32 CacheSize = 128;
+ static const qint32 CacheSize = 1024;
/*!
\brief Current minimum amount of requests for a pixmap to end up in cache