diff -r c743ef5928ba -r f966699dea19 menufw/menufwui/mmwidgets/inc/mmwidgetsconstants.h --- a/menufw/menufwui/mmwidgets/inc/mmwidgetsconstants.h Tue Feb 02 00:04:13 2010 +0200 +++ b/menufw/menufwui/mmwidgets/inc/mmwidgetsconstants.h Fri Feb 19 22:42:37 2010 +0200 @@ -12,7 +12,7 @@ * Contributors: * * Description: Constants for the matrixmenu -* Version : %version: 33.1.11 % << Don't touch! Updated by Synergy at check-out. +* Version : %version: 33.1.12 % << Don't touch! Updated by Synergy at check-out. * */ @@ -136,7 +136,11 @@ * Number of columns in landscape/non-zoom mode; */ const TInt KColsLandscapeZoomNormal(4); - + + /** + * Focus based scrolling item threshold for grid. + */ + const TReal KFocusScrollingThreshold( 0.27 ); } /** @@ -154,6 +158,11 @@ * Default highlight in 4x5 grid. */ const TInt KCols(1); + + /** + * Focus based scrolling item threshold for list. + */ + const TReal KFocusScrollingThreshold( 0.55 ); } /** @@ -202,16 +211,6 @@ const TInt KDragTextAlpha( 50 ); /** - * Focus based scrolling item threshold. - */ - const TReal KFocusScrollingThreshold( 0.55 ); - - /** - * Focus based scrolling item threshold for listbox landscape mode. - */ - const TReal KFocusScrollingThresholdListboxLanscape( 1.0 ); - - /** * Value of drag ignore. */ const TInt KDragIgnoreRectValue(200);