diff --git a/src/desktop/Window.cpp b/src/desktop/Window.cpp index 95651b7b3..03914581a 100644 --- a/src/desktop/Window.cpp +++ b/src/desktop/Window.cpp @@ -1206,7 +1206,7 @@ float CWindow::rounding() { float CWindow::roundingPower() { static auto PROUNDINGPOWER = CConfigValue("decoration:rounding_power"); - return m_windowData.roundingPower.valueOr(std::clamp(*PROUNDINGPOWER, 2.0f, 10.0f)); + return m_windowData.roundingPower.valueOr(std::clamp(*PROUNDINGPOWER, 1.F, 10.F)); } void CWindow::updateWindowData() {