taskpanel: Ensure thickness is enforced

This commit is contained in:
Devin Lin 2022-12-10 22:18:35 -05:00
parent c873dffce8
commit 0d9b8e5207

View file

@ -91,6 +91,12 @@ PlasmaCore.ColorScope {
root.setWindowProperties();
}
}
function onThicknessChanged() {
if (plasmoid.Window.window.thickness !== root.intendedWindowThickness) {
root.setWindowProperties();
}
}
}
Component.onCompleted: setWindowProperties();