[AI] Changed height to restore original scrubber height visually, and
changed color for visibility
This commit is contained in:
@@ -191,9 +191,9 @@ Item {
|
||||
Rectangle {
|
||||
id: scrubberOutline
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: 8
|
||||
Layout.preferredHeight: 12
|
||||
Layout.rightMargin: 8
|
||||
color: blendedColors.colLayer1
|
||||
color: blendedColors.colSecondaryContainer
|
||||
visible: playerController.player?.length > 0
|
||||
|
||||
Rectangle {
|
||||
|
||||
Reference in New Issue
Block a user