diff --git a/iphone/Maps/Classes/RouteView.m b/iphone/Maps/Classes/RouteView.m index 646709abfe..d29035e0eb 100644 --- a/iphone/Maps/Classes/RouteView.m +++ b/iphone/Maps/Classes/RouteView.m @@ -81,8 +81,9 @@ { CGFloat const offsetInnerX = 2; CGFloat const originY = 20; + CGFloat const instructionsViewHeight = 75; self.phoneTurnInstructions.width = self.phoneIdiomView.width; - self.phoneTurnInstructions.height = 68; + self.phoneTurnInstructions.height = instructionsViewHeight; self.routeInfo.width = self.phoneTurnInstructions.width; self.routeInfo.height = self.phoneTurnInstructions.height; self.phoneNextTurnView.frame = self.phoneTurnInstructions.bounds;