[ios] Fix header height in editor

Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
Yannik Bloscheck
2025-09-22 12:41:02 +02:00
committed by Yannik Bloscheck
parent ace089d691
commit 1d8bf09ddb

View File

@@ -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) {