do not update panel size on icon size change

pull/1/head
Michail Vourlakos 8 years ago
parent 13325ca022
commit 9e9f75c535

@ -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()
}

Loading…
Cancel
Save