Add radius to both scrubber outline and scrubber background for visual
consistency
This commit is contained in:
@@ -195,12 +195,14 @@ Item {
|
||||
Layout.rightMargin: 8
|
||||
color: blendedColors.colSecondaryContainer
|
||||
visible: playerController.player?.length > 0
|
||||
radius: parent.height / 2
|
||||
|
||||
Rectangle {
|
||||
id: scrubber
|
||||
anchors.fill: parent
|
||||
anchors.margins: 2
|
||||
color: blendedColors.colLayer1
|
||||
radius: parent.height / 2
|
||||
|
||||
Rectangle {
|
||||
anchors.top: parent.top
|
||||
|
||||
Reference in New Issue
Block a user