Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-07-23 13:47:40 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:59:12 +0300
commitd15c967af655490a437d4ee135d3d3eddadc892b (patch)
treed437165ec54d1ba4559d76995171db248e8adba6 /iphone/Maps/Classes/MWMiPadPlacePage.mm
parenta78f21056ec5ca5787ad95c8344aba8a6a3b3499 (diff)
[ios] Added zoom buttons fade on small space.
Diffstat (limited to 'iphone/Maps/Classes/MWMiPadPlacePage.mm')
-rw-r--r--iphone/Maps/Classes/MWMiPadPlacePage.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MWMiPadPlacePage.mm b/iphone/Maps/Classes/MWMiPadPlacePage.mm
index 80c9079e18..67cb39e1c1 100644
--- a/iphone/Maps/Classes/MWMiPadPlacePage.mm
+++ b/iphone/Maps/Classes/MWMiPadPlacePage.mm
@@ -105,7 +105,7 @@ static CGFloat const kBottomOffset = 12.;
CGFloat const defaultWidth = 360.;
[self updatePlacePageLayout];
- [self addPlacePageShadowToView:self.navigationController.view];
+ [self addPlacePageShadowToView:self.navigationController.view offset:CGSizeMake(0.0, -2.0)];
[self.manager addSubviews:@[self.navigationController.view] withNavigationController:self.navigationController];
self.navigationController.view.frame = CGRectMake( -defaultWidth, self.topBound + kTopOffset, defaultWidth, self.height);