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
Elisa
Commits
4b8e9049
Commit
4b8e9049
authored
Jun 02, 2021
by
Tranter Madi
🌧
Browse files
Remove progress background of playlist entries on desktop
parent
d2dda98e
Pipeline
#64210
passed with stage
in 8 minutes and 25 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/qml/PlayListEntry.qml
View file @
4b8e9049
...
...
@@ -58,19 +58,6 @@ BasePlayListDelegate {
height
:
playListEntry
.
height
}
Loader
{
active
:
isPlaying
===
MediaPlayList
.
IsPlaying
||
isPlaying
===
MediaPlayList
.
IsPaused
visible
:
active
z
:
2
anchors.fill
:
parent
sourceComponent
:
Rectangle
{
anchors.left
:
parent
.
left
color
:
myPalette
.
mid
height
:
playListEntry
.
height
width
:
playListEntry
.
width
*
(
ElisaApplication
.
audioPlayer
.
position
/
ElisaApplication
.
audioPlayer
.
duration
)
}
}
RowLayout
{
id
:
trackRow
...
...
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