taskswitcher/contextengine/tsfswserver/engine/src/tsfswiconcache.cpp
branchRCL_3
changeset 34 d05a55b217df
parent 4 4d54b72983ae
equal deleted inserted replaced
30:b8fae6b8a148 34:d05a55b217df
    21 #include <AknsUtils.h>
    21 #include <AknsUtils.h>
    22 #include <gulicon.h>
    22 #include <gulicon.h>
    23 #include <avkon.mbg>
    23 #include <avkon.mbg>
    24 
    24 
    25 // size for the created app icons
    25 // size for the created app icons
    26 const TInt KAppIconWidth = 96;
    26 const TInt KAppIconWidth = 300;
    27 const TInt KAppIconHeight = 96;
    27 const TInt KAppIconHeight = 300;
    28 
    28 
    29 // --------------------------------------------------------------------------
    29 // --------------------------------------------------------------------------
    30 // CTsFswIconCache::NewL
    30 // CTsFswIconCache::NewL
    31 // --------------------------------------------------------------------------
    31 // --------------------------------------------------------------------------
    32 //
    32 //