initialstart: Provide more scaling options

Often scaling is in multiples of 25%, add more options to support this
This commit is contained in:
Devin Lin 2024-10-07 20:42:13 -07:00
parent 7e28332e71
commit 7e3d230f2e

View file

@ -90,7 +90,7 @@ void PrepareUtil::setScaling(int scaling)
QStringList PrepareUtil::scalingOptions()
{
return {"50%", "100%", "150%", "200%", "250%", "300%"};
return {"50%", "75%", "100%", "125%", "150%", "175%", "200%", "225%", "250%", "275%", "300%"};
}
int PrepareUtil::brightness() const