calendarui/controller/src/calenmultidbeditor.cpp
branchRCL_3
changeset 21 9711e452b5e9
parent 20 21239b3bcd78
child 27 55d60436f00b
equal deleted inserted replaced
20:21239b3bcd78 21:9711e452b5e9
  1263     //aGc.Reset();
  1263     //aGc.Reset();
  1264      aGc.CancelClippingRect();    
  1264      aGc.CancelClippingRect();    
  1265     
  1265     
  1266 	TSize pixelsize;
  1266 	TSize pixelsize;
  1267     pixelsize.iWidth = 225;
  1267     pixelsize.iWidth = 225;
  1268     pixelsize.iHeight = 25;
  1268     pixelsize.iHeight = 16;
  1269     TPoint aPoint;
  1269     TPoint aPoint;
  1270     TRect area = TRect(aTopLeft, pixelsize);
  1270     TRect area = TRect(aTopLeft, pixelsize);
  1271     area.Move(0,-20);
  1271     area.Move(0,-11);
  1272     // Draw a datbase color rectangle
  1272     // Draw a datbase color rectangle
  1273     aGc.SetBrushColor(iColors);
  1273     aGc.SetBrushColor(iColors);
  1274     aGc.SetBrushStyle(CGraphicsContext::ESolidBrush);
  1274     aGc.SetBrushStyle(CGraphicsContext::ESolidBrush);
  1275     
  1275     
  1276     aGc.DrawRect(area);	  
  1276     aGc.DrawRect(area);