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
|
Layout.rightMargin: 8
|
||||||
color: blendedColors.colSecondaryContainer
|
color: blendedColors.colSecondaryContainer
|
||||||
visible: playerController.player?.length > 0
|
visible: playerController.player?.length > 0
|
||||||
|
radius: parent.height / 2
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: scrubber
|
id: scrubber
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: 2
|
anchors.margins: 2
|
||||||
color: blendedColors.colLayer1
|
color: blendedColors.colLayer1
|
||||||
|
radius: parent.height / 2
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
|||||||
Reference in New Issue
Block a user