mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Reduced minimum and maximum sizes of ministars.
This commit is contained in:
parent
b10bf0e12c
commit
b519b6bf4c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ MiniStars::MiniStars(Fn<void(const QRect &r)> updateCallback, bool opaque)
|
|||
})
|
||||
, _lifeLength({ 150, 200 })
|
||||
, _deathTime({ 1500, 2000 })
|
||||
, _size({ 10, 20 })
|
||||
, _size({ 5, 10 })
|
||||
, _alpha({ opaque ? 100 : 40, opaque ? 100 : 60 })
|
||||
, _sinFactor({ 10, 190 })
|
||||
, _appearProgressTill(0.2)
|
||||
|
|
Loading…
Add table
Reference in a new issue