This revision was automatically updated to reflect the committed changes.
Closed by commit R110:bede0b95f7e7: Add setScale option to kscreendoctor
(authored by davidedmundson).
CHANGED PRIOR TO COMMIT
https://phabricator.kde.org/D6026?vs=14981&id=15171#toc
REPOSITORY
R110 KScreen Library
CH
mart accepted this revision.
mart added inline comments.
This revision is now accepted and ready to land.
INLINE COMMENTS
> doctor.cpp:227
> +} else if (ops.count() == 4 && ops[2] ==
> QStringLiteral("scale")) {
> +int scale = ops[3].toInt(&ok);
> +
davidedmundson created this revision.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
Adds set scale option to kscreen doctor.
Can I put this in 5.10 branch too please.
TEST PLAN
Ran it, my screen changed awesomely.