Reduced minimum and maximum sizes of ministars.

This commit is contained in:
23rd 2022-08-24 05:08:39 +03:00 committed by John Preston
parent b10bf0e12c
commit b519b6bf4c
1 changed files with 1 additions and 1 deletions

View File

@ -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)