diff -r 2b4be3554d30 -r ffa4311257f6 imstutils/imconversationview/imcvuiapp/src/cimcvappsmileicongrid.cpp --- a/imstutils/imconversationview/imcvuiapp/src/cimcvappsmileicongrid.cpp Tue Sep 14 20:56:13 2010 +0300 +++ b/imstutils/imconversationview/imcvuiapp/src/cimcvappsmileicongrid.cpp Wed Sep 15 11:57:55 2010 +0300 @@ -38,10 +38,17 @@ // topleft and bottomright points of the first cell in the grid. // These co-ordinates to draw the grid lines and the logic to draw the grid lines is based on the topleft // and bottomright points of the first cell in the grid. +#define KTopLeft_x 28 +#define KTopLeft_y 55 +#define KBottomRight_x 88 +#define KBottomRight_y 120 //104 + +/* Previous Value Since there are frequent changes in LAF #define KTopLeft_x 56 #define KTopLeft_y 55 #define KBottomRight_x 105 #define KBottomRight_y 104 +*/ // ================= MEMBER FUNCTIONS =======================