Use new cornerRadius Kirigami unit across the app
(cherry picked from commit ab0c8b8170)
This commit is contained in:
committed by
Tobias Fella
parent
08807797a5
commit
3b858ab7d5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user