mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
initialstart: Provide more scaling options
Often scaling is in multiples of 25%, add more options to support this
This commit is contained in:
parent
7e28332e71
commit
7e3d230f2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue