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:
@ -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{
|
||||
|
Reference in New Issue
Block a user