trying to workaround blurred and crisp icons

work/spdx
Michail Vourlakos 4 years ago
parent d7a451010f
commit 9547509ba9

@ -78,10 +78,14 @@ Item {
id: taskIconItem
anchors.fill: parent
roundToIconSize: false
smooth: false
//! Trying to provide crisp icons for regular and zoomed size and smooth appearance in-between
//! bug:432477
smooth: size !== taskItem.abilities.metrics.iconSize && size !== (taskItem.abilities.metrics.iconSize*taskItem.abilities.parabolic.zoom)
source: decoration
visible: !badgesLoader.active
readonly property real size: Math.min(width,height)
///states for launcher animation
states: [
State{

Loading…
Cancel
Save