taskswitcher/contextengine/tsfswserver/engine/src/tsfswiconcache.cpp
branchRCL_3
changeset 20 899e4666ea9a
parent 18 d05a55b217df
equal deleted inserted replaced
16:1526727a5b85 20:899e4666ea9a
    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 //