Use new cornerRadius Kirigami unit across the app

(cherry picked from commit ab0c8b8170)
This commit is contained in:
James Graham
2024-04-21 18:25:39 +02:00
committed by Tobias Fella
parent 08807797a5
commit 3b858ab7d5
15 changed files with 19 additions and 19 deletions

View File

@@ -79,7 +79,7 @@ TimelineDelegate {
background: Rectangle {
color: Kirigami.Theme.backgroundColor
radius: Kirigami.Units.smallSpacing
radius: Kirigami.Units.cornerRadius
border {
width: contentControl.hovered ? 1 : 0
color: Kirigami.Theme.highlightColor