[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 {
|
Rectangle {
|
||||||
id: scrubberOutline
|
id: scrubberOutline
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.preferredHeight: 8
|
Layout.preferredHeight: 12
|
||||||
Layout.rightMargin: 8
|
Layout.rightMargin: 8
|
||||||
color: blendedColors.colLayer1
|
color: blendedColors.colSecondaryContainer
|
||||||
visible: playerController.player?.length > 0
|
visible: playerController.player?.length > 0
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|||||||
Reference in New Issue
Block a user