1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-08-21 13:49:29 +03:00

trying to workaround blurred and crisp icons

This commit is contained in:
Michail Vourlakos
2021-02-03 22:23:02 +02:00
parent d7a451010f
commit 9547509ba9

View File

@ -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{