diff --git a/shell/contents/configuration/AppearanceConfig.qml b/shell/contents/configuration/AppearanceConfig.qml index 7e0c055cd..a90905824 100644 --- a/shell/contents/configuration/AppearanceConfig.qml +++ b/shell/contents/configuration/AppearanceConfig.qml @@ -75,8 +75,6 @@ PlasmaComponents.Page { function updateIconSize() { if (!pressed) { - if (panelSizeSlider.value > value + units.smallSpacing) - panelSizeSlider.value = value + units.smallSpacing plasmoid.configuration.iconSize = value syncGeometry.restart() }