Set corner radius to 0 for notification elements (#5872)

This commit is contained in:
Taha
2026-05-16 14:31:08 +02:00
committed by GitHub
parent 3eda4948b2
commit 9a846e95b2
3 changed files with 6 additions and 6 deletions
@@ -22,7 +22,7 @@ Rectangle {
// NotificationUrgency: Low=0, Normal=1, Critical=2 (upstream).
property int urgency: 1
property double timestamp: 0
property int cornerRadius: 10
property int cornerRadius: 0
property real progress: 1.0
property bool showProgress: false