diff -r 6defe5d1bd39 -r 4eb1ae11334f textinput/peninputgenericvkb/src/peninputgenericlafdatamgr.cpp --- a/textinput/peninputgenericvkb/src/peninputgenericlafdatamgr.cpp Wed Mar 31 22:08:20 2010 +0300 +++ b/textinput/peninputgenericvkb/src/peninputgenericlafdatamgr.cpp Wed Apr 14 16:18:34 2010 +0300 @@ -1517,7 +1517,7 @@ TInt indent = ( i % 2 == 1 ) ? rowIndentWidth : 0; for( TInt j = 0; j < KKeypadLayout[0][0]; j++) { - TRect bound = rectXBorder; + TRect bound = rectXPane; bound.Move( j * rectXPane.Width(), i * rectXPane.Height() ); bound.Move( indent, 0 ); @@ -1637,7 +1637,7 @@ TInt indent = ( i % 2 == 1 ) ? rowIndentWidth : 0; for( TInt j = 0; j < KKeypadLayout[1][0]; j++) { - TRect bound = rectXBorder; + TRect bound = rectXPane; bound.Move( j * rectXPane.Width(), i * rectXPane.Height() ); bound.Move( indent, 0 ); @@ -1741,7 +1741,7 @@ TInt indent = ( i % 2 == 1 ) ? rowIndentWidth : 0; for( TInt j = 0; j < KKeypadLayout[2][0]; j++) { - TRect bound = rectXBorder; + TRect bound = rectXPane; bound.Move( j * rectXPane.Width(), i * rectXPane.Height() ); bound.Move( indent, 0 );