textinput/peninputgenericitut/src/peninputitutwesternuistatespelling.cpp
branchRCL_3
changeset 12 5e18d8c489d6
parent 11 c8fb4cf7b3ae
equal deleted inserted replaced
11:c8fb4cf7b3ae 12:5e18d8c489d6
   357 		// Indicator bubble
   357 		// Indicator bubble
   358         TRect bubbleRect = TItutDataConverter::AnyToRect( 
   358         TRect bubbleRect = TItutDataConverter::AnyToRect( 
   359                 iOwner->DataMgr()->RequestData( ESpellIndiPaneWithoutTextRect ));
   359                 iOwner->DataMgr()->RequestData( ESpellIndiPaneWithoutTextRect ));
   360         TRect iconRect = TItutDataConverter::AnyToRect( 
   360         TRect iconRect = TItutDataConverter::AnyToRect( 
   361                 iOwner->DataMgr()->RequestData( ESpellIndiIconWithoutTextRect ));
   361                 iOwner->DataMgr()->RequestData( ESpellIndiIconWithoutTextRect ));
   362         TSize offset( 0, 6 );
   362         TSize offset;
       
   363         offset.iHeight = iconRect.iTl.iY - bubbleRect.iTl.iY;
       
   364         offset.iWidth = iconRect.iTl.iX - bubbleRect.iTl.iX;
   363         TSize size( iconRect.Width(), iconRect.Height());
   365         TSize size( iconRect.Width(), iconRect.Height());
   364         
   366         
   365         iICF->MsgBubbleCtrl()->SetRect( bubbleRect );
   367         iICF->MsgBubbleCtrl()->SetRect( bubbleRect );
   366         iICF->MsgBubbleCtrl()->SetIconOffsetAndSize( offset, size );
   368         iICF->MsgBubbleCtrl()->SetIconOffsetAndSize( offset, size );
   367         
   369