Skip to content

Commit 22d8b1e

Browse files
authored
fix pixelation of colorized dock icons
1 parent 48d6565 commit 22d8b1e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/Dock/DockContent.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ Item {
584584

585585
// Apply dock-specific colorization shader only to non-focused apps
586586
layer.enabled: !appButton.isActive && Settings.data.dock.colorizeIcons
587+
layer.smooth: true
587588
layer.effect: ShaderEffect {
588589
property color targetColor: Settings.data.colorSchemes.darkMode ? Color.mOnSurface : Color.mSurfaceVariant
589590
property real colorizeMode: 0.0 // Dock mode (grayscale)

0 commit comments

Comments
 (0)