Commit cc073803 by ludi

增加一点点订阅im标题的长度

parent 550bbadc
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
_clickBtn.frame = self.bounds; _clickBtn.frame = self.bounds;
_subscribeTitleLabel.frame = CGRectMake(13, 11, self.width - icon_W - 13 - 4, 15); _subscribeTitleLabel.frame = CGRectMake(13, 11, self.width - icon_W - 13 - 1, 15);
CGFloat arrowSize = 18; CGFloat arrowSize = 18;
_arrowImageView.left = self.width - arrowSize - 8; _arrowImageView.left = self.width - arrowSize - 8;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment