Fix bookmark icon display on icon border with low dpi

Authored by kossebau on Jul 6 2019, 1:07 PM.

Description

Fix bookmark icon display on icon border with low dpi

Sadly the MarkInterface currently only supports pixmaps, not icons.
And the Breeze bookmark 32x32 icon used for the bookmark mark has 1 pixel
wide strokes, which vanish if scaled with Qt::FastTransformation to mark
sizes of < 16x16 (like can happen on lowdpi screens with 10pt text fonts)
Other icons (like KDevelop breakpoint icon) also look better if scaled
smoothly.

Details

Auditors
cullmann
Committed
kossebauJul 6 2019, 1:07 PM
Parents
R39:dcc996121da2: Fix action "Show Icon Border" to toggle border again
Branches
Unknown
Tags
Unknown

@cullmann @dhaumann Hi, please pardon my direct pushing of this and the one before, this are emergency fixes for issues only found the last hour and due to tagging being done today/tomorrow, and I am pretty sure about these fixes.
Please post-push review :) Future changes should come as normal review requests again.

cullmann accepted this commit.Jul 6 2019, 1:48 PM

This is alright, thanks for improving this.

All concerns with this commit have now been addressed.Jul 6 2019, 1:48 PM