Improve look of timeline

This commit is contained in:
Carl Schwan
2020-11-10 15:20:33 +01:00
parent 7787606200
commit 344cb02309
2 changed files with 8 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ Image {
maskSource: Rectangle {
width: img.width
height: img.height
radius: 18
radius: 2
}
}
@@ -65,7 +65,7 @@ Image {
}
background: Rectangle {
radius: height / 2
radius: 2
color: "black"
opacity: 0.3
}