We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7bae60 commit b6d505fCopy full SHA for b6d505f
package/contents/ui/main.qml
@@ -991,6 +991,11 @@ PlasmoidItem {
991
updateMask()
992
}
993
994
+ onTopLeftRadiusChanged: updateMask()
995
+ onTopRightRadiusChanged: updateMask()
996
+ onBottomLeftRadiusChanged: updateMask()
997
+ onBottomRightRadiusChanged: updateMask()
998
+
999
// TODO find where does 16 and 8 come from instead of blindly hardcoding them
1000
property real moveX: {
1001
let m = horizontal ? 0 : (panelElement?.floating && plasmoid.location === PlasmaCore.Types.RightEdge ? 16 : 0)
0 commit comments