mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[ios] Fix header height in editor
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Yannik Bloscheck
parent
ace089d691
commit
1d8bf09ddb
@@ -37,7 +37,7 @@ NSString * const kCategoryEditorSegue = @"Editor2CategoryEditorSegue";
|
|||||||
|
|
||||||
NSString * const kUDEditorPersonalInfoWarninWasShown = @"PersonalInfoWarningAlertWasShown";
|
NSString * const kUDEditorPersonalInfoWarninWasShown = @"PersonalInfoWarningAlertWasShown";
|
||||||
|
|
||||||
CGFloat constexpr kDefaultHeaderHeight = 28.;
|
CGFloat constexpr kDefaultHeaderHeight = 36.;
|
||||||
CGFloat constexpr kDefaultFooterHeight = 32.;
|
CGFloat constexpr kDefaultFooterHeight = 32.;
|
||||||
|
|
||||||
typedef NS_ENUM(NSUInteger, MWMEditorSection) {
|
typedef NS_ENUM(NSUInteger, MWMEditorSection) {
|
||||||
|
|||||||
Reference in New Issue
Block a user