mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various Improvements
This commit is contained in:
@@ -300,8 +300,8 @@ typedef enum
|
||||
}
|
||||
|
||||
CGFloat minSide = MIN(_wrapperView.frame.size.width, _wrapperView.frame.size.height);
|
||||
CGFloat diameter = minSide > 320.0f ? 240.0f : 216.0f;
|
||||
CGFloat shadowSize = minSide > 320.0f ? 21.0f : 19.0f;
|
||||
CGFloat diameter = minSide - 24.0f;
|
||||
CGFloat shadowSize = 21.0f;
|
||||
|
||||
CGFloat circleWrapperViewLength = diameter + shadowSize * 2.0;
|
||||
_circleWrapperView = [[UIView alloc] initWithFrame:(CGRect){
|
||||
|
||||
Reference in New Issue
Block a user