Commit 1751ca7a9e1803cea01bc1b85f701842beaa69c7
1 parent
8b5baec1
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveSettingModule/Classes/FontSIze/CNLiveMessageFrame.h
| ... | ... | @@ -11,7 +11,7 @@ |
| 11 | 11 | #define ChatContentTop 15 //文本内容与按钮上边缘间隔 |
| 12 | 12 | #define ChatContentLeft 20 //文本内容与按钮左边缘间隔 |
| 13 | 13 | #define ChatContentBottom 15 //文本内容与按钮下边缘间隔 |
| 14 | -#define ChatContentRight 10 //文本内容与按钮右边缘间隔 | |
| 14 | +#define ChatContentRight 15 //文本内容与按钮右边缘间隔 | |
| 15 | 15 | |
| 16 | 16 | #import <Foundation/Foundation.h> |
| 17 | 17 | ... | ... |