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:
authorv.mikhaylenko <v.mikhaylenko@corp.mail.ru>2015-06-18 17:33:16 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:52:41 +0300
commit5c142a5ca971814c035f231e76500d986510304c (patch)
treeca78d1097906811a84b906028cec755b4b7fb9e2 /iphone/Maps/Classes/MWMiPadPlacePage.mm
parent4e8f1cc18f1a594e5cd35a7ee85937939ac3a4f2 (diff)
[ios] Fixed wrong table position in MWMBookmarkColorViewController.
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 0f513c34bf..f7e43f83f0 100644
--- a/iphone/Maps/Classes/MWMiPadPlacePage.mm
+++ b/iphone/Maps/Classes/MWMiPadPlacePage.mm
@@ -116,7 +116,7 @@ extern CGFloat kBookmarkCellHeight;
- (void)removeBookmark
{
[super removeBookmark];
- self.navigationController.view.height += kBookmarkCellHeight;
+ self.navigationController.view.height -= kBookmarkCellHeight;
self.viewController.view.height -= kBookmarkCellHeight;
self.extendedPlacePageView.height -= kBookmarkCellHeight;
self.actionBar.minY -= kBookmarkCellHeight;