mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
Update MWMObjectsCategorySelectorController.mm
Fixes https://github.com/organicmaps/organicmaps/issues/10223
This commit is contained in:
committed by
Yannik Bloscheck
parent
db4b46f8ad
commit
760e050110
@@ -74,7 +74,7 @@ NSString * const kToEditorSegue = @"CategorySelectorToEditorSegue";
|
||||
{
|
||||
UIStackView * stackView = [[UIStackView alloc] init];
|
||||
stackView.axis = UILayoutConstraintAxisVertical;
|
||||
stackView.alignment = UIStackViewAlignmentCenter;
|
||||
stackView.alignment = UIStackViewAlignmentFill;
|
||||
stackView.translatesAutoresizingMaskIntoConstraints = NO;
|
||||
stackView.spacing = 12;
|
||||
self.searchResultsIsEmptyDisclaimer = stackView;
|
||||
@@ -85,6 +85,7 @@ NSString * const kToEditorSegue = @"CategorySelectorToEditorSegue";
|
||||
titleLabel.textAlignment = NSTextAlignmentCenter;
|
||||
titleLabel.translatesAutoresizingMaskIntoConstraints = NO;
|
||||
titleLabel.font = [UIFont bold17];
|
||||
titleLabel.numberOfLines = 0;
|
||||
|
||||
UITextView * subtitleTextView = [[UITextView alloc] init];
|
||||
subtitleTextView.translatesAutoresizingMaskIntoConstraints = NO;
|
||||
|
||||
Reference in New Issue
Block a user