Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
6c60a1a7
Commit
6c60a1a7
authored
Jul 10, 2020
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/monitor/view/kdenliveclipmonitor.qml
src/monitor/view/kdenliveclipmonitor.qml
+1
-1
No files found.
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