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
3fd169f7
Commit
3fd169f7
authored
May 18, 2021
by
Tranter Madi
🌧
Committed by
Nate Graham
May 18, 2021
Browse files
Relayout PlayListEntry's label when state changes
parent
a4b18b15
Pipeline
#62417
passed with stage
in 8 minutes
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/qml/PlayListEntry.qml
View file @
3fd169f7
...
...
@@ -194,6 +194,9 @@ BasePlayListDelegate {
active
:
false
visible
:
active
// this is needed for updating mainCompactLabel's width
Layout.preferredWidth
:
active
?
-
1
:
0
Layout.alignment
:
Qt
.
AlignVCenter
|
Qt
.
AlignRight
sourceComponent
:
Row
{
...
...
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