forked from organicmaps/organicmaps
Fixed search suggest cell layout
This commit is contained in:
parent
ba6e184115
commit
6da048bcb7
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
[super layoutSubviews];
|
||||
|
||||
self.titleLabel.width = self.width - self.titleLabel.minX - 20;
|
||||
self.titleLabel.minX = self.iconImageView.minX + self.iconImageView.width + 5;
|
||||
|
||||
CGFloat const offset = 12.5;
|
||||
self.separatorView.width = self.width - 2 * offset;
|
||||
|
|
Loading…
Add table
Reference in a new issue