Use new cornerRadius Kirigami unit across the app
This commit is contained in:
@@ -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