Various improvements

This commit is contained in:
Ilya Laktyushin
2023-12-17 19:30:38 +04:00
parent 8f51eec89b
commit 3314a18165
43 changed files with 669 additions and 483 deletions

View File

@@ -462,6 +462,11 @@ private final class ContextControllerActionsListActionItemNode: HighlightTrackin
} else {
minSize.width += sideInset
}
if self.item.additionalLeftIcon != nil {
minSize.width += 24.0
minSize.width += iconSideInset
minSize.width += iconSpacing
}
if let forcedHeight {
minSize.height = forcedHeight
} else {