Skip to content
GitLab
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
1a1854cc
Commit
1a1854cc
authored
Mar 11, 2020
by
Matthieu Gallien
🎵
Browse files
avoid binding loop on the height being linked to its parent height
parent
d8031702
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qml/MediaPlayListView.qml
View file @
1a1854cc
...
...
@@ -226,7 +226,7 @@ FocusScope {
Item
{
id
:
emptyVisible
visible
:
elisa
.
mediaPlayList
?
elisa
.
mediaPlayList
.
tracksCount
===
0
:
true
Layout.
preferredHeight
:
(
emptyPlaylistText
.
height
-
emptyImage
.
height
-
emptyLabel0
.
height
-
emptyLabel1
.
height
)
/
2
Layout.
fillHeight
:
true
}
Image
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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