mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 07:03:08 +00:00
taskpanel: Ensure thickness is enforced
This commit is contained in:
parent
c873dffce8
commit
0d9b8e5207
1 changed files with 6 additions and 0 deletions
|
|
@ -91,6 +91,12 @@ PlasmaCore.ColorScope {
|
|||
root.setWindowProperties();
|
||||
}
|
||||
}
|
||||
|
||||
function onThicknessChanged() {
|
||||
if (plasmoid.Window.window.thickness !== root.intendedWindowThickness) {
|
||||
root.setWindowProperties();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Component.onCompleted: setWindowProperties();
|
||||
|
|
|
|||
Loading…
Reference in a new issue