Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
6c60a1a7
Commit
6c60a1a7
authored
Jul 10, 2020
by
Jean-Baptiste Mardelle
Browse files
Always use a dark background for monitor audio thumbs (fixes visibility on light color theme)
parent
2fb368f7
Pipeline
#26585
passed with stage
in 9 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/view/kdenliveclipmonitor.qml
View file @
6c60a1a7
...
...
@@ -232,7 +232,7 @@ Item {
NumberAnimation
{
property
:
"
opacity
"
;
duration
:
audioThumb
.
isAudioClip
?
0
:
500
}
}
]
Rectangle
{
color
:
activePalette
.
base
color
:
activePalette
.
dark
opacity
:
audioThumb
.
isAudioClip
||
root
.
permanentAudiothumb
?
1
:
0.6
anchors.fill
:
parent
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment