scap-workbench
scap-workbench copied to clipboard
Switch to high-quality assets
Import SVGs from Tango project and re-export existing icons at 64x64 size. This should ensure they're sufficiently large for all display purposes.
Also included are three code changes:
- Use SVG application icon instead of PNG; it is rarely loaded so there is no performance impact.
- Mark
runwrapper.sh.inexecutable, makingbuild/runwrapper.shexecutable as well. - Set
AA_EnableHighDpiScaling; see https://doc.qt.io/qt-5/highdpi.html.
Resolves: #275
Interesting; this doesn't actually appear to resolve the issues on my laptop.
The PR would probably benefit from a rebase, as it fails to compile on F34 for me.