forked from organicmaps/organicmaps
Merge pull request #670 from VladiMihaylenko/vm-master
[ios] Changed place page bottom offset constant.
This commit is contained in:
commit
04fd2083f3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue