diff --git a/containments/desktop/package/contents/ui/FolderView.qml b/containments/desktop/package/contents/ui/FolderView.qml --- a/containments/desktop/package/contents/ui/FolderView.qml +++ b/containments/desktop/package/contents/ui/FolderView.qml @@ -1080,6 +1080,14 @@ gridView.iconSize = gridView.makeIconSize(); } } + + Connections { + target: plasmoid.configuration + + onViewModeChanged: { + gridView.iconSize = gridView.makeIconSize(); + } + } Connections { target: plasmoid.configuration