mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
Fix accept call button outer ripple.
This commit is contained in:
parent
465c661c45
commit
a106d80a41
1 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ callShadow: Shadow {
|
|||
fallback: windowShadowFgFallback;
|
||||
}
|
||||
|
||||
callWidthMin: 380px;
|
||||
callWidthMin: 300px;
|
||||
callHeightMin: 440px;
|
||||
callWidth: 720px;
|
||||
callHeight: 540px;
|
||||
|
@ -85,12 +85,12 @@ callFingerprintSkip: 3px;
|
|||
callFingerprintBottom: -16px;
|
||||
|
||||
callButton: IconButton {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
|
||||
iconPosition: point(-1px, -1px);
|
||||
|
||||
rippleAreaPosition: point(10px, 10px);
|
||||
rippleAreaPosition: point(12px, 12px);
|
||||
rippleAreaSize: 44px;
|
||||
ripple: defaultRippleAnimation;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue