Commit b05b06d75895f3196c78adea7bab922daffc6c0f
1 parent
1751ca7a
no message
Showing
1 changed file
with
1 additions
and
1 deletions
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; | ... | ... |