scap-workbench icon indicating copy to clipboard operation
scap-workbench copied to clipboard

Switch to high-quality assets

Open cipherboy opened this issue 4 years ago • 2 comments

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.in executable, making build/runwrapper.sh executable as well.
  • Set AA_EnableHighDpiScaling; see https://doc.qt.io/qt-5/highdpi.html.

Resolves: #275

cipherboy avatar Mar 24 '21 00:03 cipherboy

Interesting; this doesn't actually appear to resolve the issues on my laptop.

cipherboy avatar Mar 24 '21 02:03 cipherboy

The PR would probably benefit from a rebase, as it fails to compile on F34 for me.

matejak avatar Aug 02 '21 09:08 matejak