Commit b05b06d75895f3196c78adea7bab922daffc6c0f

Authored by zhangxiaowen
1 parent 1751ca7a

no message

CNLiveSettingModule/Classes/FontSIze/CNLiveMessageFrame.m
... ... @@ -35,7 +35,7 @@
35 35 contentX = iconX - contentSize.width - ChatContentLeft - ChatContentRight - ChatMargin;
36 36 }
37 37 CGFloat h = 0;
38   - if (contentSize.height + ChatContentTop + ChatContentBottom < ChatIconWH*RATIO) {
  38 + if (contentSize.height + ChatContentTop + ChatContentBottom < ChatIconWH) {
39 39 h = ChatIconWH;
40 40 }else{
41 41 h = contentSize.height + ChatContentTop + ChatContentBottom;
... ...