diff --git a/plugins/roundedwindow/roundedwindow.h b/plugins/roundedwindow/roundedwindow.h index 0250ae0..9f9562d 100644 --- a/plugins/roundedwindow/roundedwindow.h +++ b/plugins/roundedwindow/roundedwindow.h @@ -53,5 +53,5 @@ private: QSet m_closingWindows; QSet m_maximizingWindows; QSet m_restoringWindows; - qreal m_frameRadius = 11; + qreal m_frameRadius = 14; };