From 1d8bf09ddb1e75ff95fa28dfcfc5a609be7c452b Mon Sep 17 00:00:00 2001 From: Yannik Bloscheck Date: Mon, 22 Sep 2025 12:41:02 +0200 Subject: [PATCH] [ios] Fix header height in editor Signed-off-by: Yannik Bloscheck --- iphone/Maps/UI/Editor/MWMEditorViewController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/UI/Editor/MWMEditorViewController.mm b/iphone/Maps/UI/Editor/MWMEditorViewController.mm index 8d406edcc..79588f461 100644 --- a/iphone/Maps/UI/Editor/MWMEditorViewController.mm +++ b/iphone/Maps/UI/Editor/MWMEditorViewController.mm @@ -37,7 +37,7 @@ NSString * const kCategoryEditorSegue = @"Editor2CategoryEditorSegue"; NSString * const kUDEditorPersonalInfoWarninWasShown = @"PersonalInfoWarningAlertWasShown"; -CGFloat constexpr kDefaultHeaderHeight = 28.; +CGFloat constexpr kDefaultHeaderHeight = 36.; CGFloat constexpr kDefaultFooterHeight = 32.; typedef NS_ENUM(NSUInteger, MWMEditorSection) {