From b78c1e9aad0d3a35f9c0f11d22427b5efaaac55f Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Wed, 8 Mar 2017 22:28:18 +0200 Subject: [PATCH] do not update panel size on icon size change --- shell/contents/configuration/AppearanceConfig.qml | 2 -- 1 file changed, 2 deletions(-) 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() }