equal
deleted
inserted
replaced
1681 TRect bubbleRect = TItutDataConverter::AnyToRect( |
1681 TRect bubbleRect = TItutDataConverter::AnyToRect( |
1682 iDataMgr->RequestData( EIndiPaneWithoutTextRect )); |
1682 iDataMgr->RequestData( EIndiPaneWithoutTextRect )); |
1683 TRect iconRect = TItutDataConverter::AnyToRect( |
1683 TRect iconRect = TItutDataConverter::AnyToRect( |
1684 iDataMgr->RequestData( EIndiIconWithoutTextRect )); |
1684 iDataMgr->RequestData( EIndiIconWithoutTextRect )); |
1685 |
1685 |
1686 TSize offset( 0, 6 ); |
1686 TSize offset; |
|
1687 offset.iHeight = iconRect.iTl.iY - bubbleRect.iTl.iY; |
|
1688 offset.iWidth = iconRect.iTl.iX - bubbleRect.iTl.iX; |
1687 TSize size( iconRect.Width(), iconRect.Height()); |
1689 TSize size( iconRect.Width(), iconRect.Height()); |
1688 |
1690 |
1689 iICF->MsgBubbleCtrl()->SetRect( bubbleRect ); |
1691 iICF->MsgBubbleCtrl()->SetRect( bubbleRect ); |
1690 iICF->MsgBubbleCtrl()->SetIconOffsetAndSize( offset, size ); |
1692 iICF->MsgBubbleCtrl()->SetIconOffsetAndSize( offset, size ); |
1691 } |
1693 } |