[ios] Changed place page bottom offset constant.

This commit is contained in:
VladiMihaylenko 2015-11-23 16:26:31 +03:00
parent 000e4aa5a8
commit 8f4377d786

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)