diff --git a/containment/package/contents/ui/background/MultiLayered.qml b/containment/package/contents/ui/background/MultiLayered.qml index ca360cf17..4be1e9e1b 100644 --- a/containment/package/contents/ui/background/MultiLayered.qml +++ b/containment/package/contents/ui/background/MultiLayered.qml @@ -198,8 +198,8 @@ BackgroundProperties{ } return plasmoid.formFactor === PlasmaCore.Types.Horizontal ? - (plasmoid.configuration.backgroundRadius/100) * (solidBackground.height/2) : - (plasmoid.configuration.backgroundRadius/100) * (solidBackground.width/2) + (plasmoid.configuration.backgroundRadius/100) * solidBackground.height : + (plasmoid.configuration.backgroundRadius/100) * solidBackground.width } readonly property int customShadow: { if (customDefShadowIsEnabled && themeExtendedBackground) { diff --git a/shell/package/contents/configuration/pages/AppearanceConfig.qml b/shell/package/contents/configuration/pages/AppearanceConfig.qml index 16e5c9522..83c36c300 100644 --- a/shell/package/contents/configuration/pages/AppearanceConfig.qml +++ b/shell/package/contents/configuration/pages/AppearanceConfig.qml @@ -923,7 +923,7 @@ PlasmaComponents.Page { value: plasmoid.configuration.backgroundRadius from: -1 - to: 100 + to: 50 stepSize: 1 wheelEnabled: false