Merge pull request #670 from VladiMihaylenko/vm-master

[ios] Changed place page bottom offset constant.
This commit is contained in:
igrechuhin 2015-11-23 17:11:13 +03:00
commit 04fd2083f3

View file

@ -12,7 +12,7 @@
#include "Framework.h"
static CGFloat const kPlacePageBottomOffset = 32.;
static CGFloat const kPlacePageBottomOffset = 31.;
extern CGFloat const kBasePlacePageViewTitleBottomOffset;
typedef NS_ENUM(NSUInteger, MWMiPhonePortraitPlacePageState)