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
79d0e966
Commit
79d0e966
authored
Nov 20, 2019
by
Jean-Baptiste Mardelle
Browse files
Fix minor qml error in clip monitor
parent
88e4c23c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/view/kdenliveclipmonitor.qml
View file @
79d0e966
...
...
@@ -151,7 +151,7 @@ Item {
}
]
Rectangle
{
color
:
activePalette
.
base
opacity
:
isAudioClip
?
1
:
0.6
opacity
:
audioThumb
.
isAudioClip
?
1
:
0.6
anchors.fill
:
parent
}
Rectangle
{
...
...
Write
Preview
Supports
Markdown
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