Update to the latest UI design

This commit is contained in:
yannick
2015-12-10 14:17:02 +01:00
parent 2a84654014
commit dd1b9c92e6
2 changed files with 22 additions and 22 deletions
@@ -76,7 +76,7 @@
+ (CGFloat)heightForCellData:(MXKCellData *)cellData withMaximumWidth:(CGFloat)maxWidth
{
// The height is fixed
return 84;
return 105;
}
@end