phoneuis/BubbleManager/Src/BMBubbleManager.cpp
branchRCL_3
changeset 23 40a3f856b14d
parent 20 3c221667e687
equal deleted inserted replaced
22:94dc1107e8b2 23:40a3f856b14d
  1543                     TSize tinySize = CallObjectImageIncallSize( ETrue );
  1543                     TSize tinySize = CallObjectImageIncallSize( ETrue );
  1544                     TBool tiny = imageSize.iHeight < tinySize.iHeight;
  1544                     TBool tiny = imageSize.iHeight < tinySize.iHeight;
  1545                     iBottomImageVariety = tiny ? 0 : 4;
  1545                     iBottomImageVariety = tiny ? 0 : 4;
  1546                     
  1546                     
  1547                     CBubblePlace::TPhoneBubblePlace place;
  1547                     CBubblePlace::TPhoneBubblePlace place;
  1548                     place = cnapLength ? CBubblePlace::EBottomImageCnap :
  1548                     place = cnapLength ? CBubblePlace::EBottomCnap :
  1549                                          CBubblePlace::EBottomImage;
  1549                                          CBubblePlace::EBottomImage;
  1550                     
  1550                     
  1551                     SetActivePlace( place,
  1551                     SetActivePlace( place,
  1552                                     *header );                        
  1552                                     *header );                        
  1553                     }
  1553                     }