mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-03-11 17:15:32 +00:00
Fix App Icon Sizes (AppIconOptionsController Menu)
Adjusted so they don’t look like they are stuck together in the menu. thanks to therealFoxster for the suggestion!
This commit is contained in:
parent
cabb3aa95f
commit
ac23d57bda
1 changed files with 3 additions and 1 deletions
|
|
@ -73,7 +73,9 @@
|
|||
cell.imageView.image = iconImage;
|
||||
cell.imageView.layer.cornerRadius = 10.0;
|
||||
cell.imageView.clipsToBounds = YES;
|
||||
|
||||
cell.imageView.frame = CGRectMake(10, 10, 40, 40);
|
||||
cell.textLabel.frame = CGRectMake(60, 10, self.view.frame.size.width - 70, 40);
|
||||
|
||||
if (indexPath.row == self.selectedIconIndex) {
|
||||
cell.accessoryType = UITableViewCellAccessoryCheckmark;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue