Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
440
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
6ccacefc
Commit
6ccacefc
authored
1 year ago
by
Leon Vitanos
Committed by
Steve Lhomme
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
qml: fix undefined & height binding loop error
parent
d634ba01
No related branches found
No related tags found
1 merge request
!3758
qml: fix undefined errors
Pipeline
#386002
passed with stages
in 26 minutes and 59 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
+4
-2
4 additions, 2 deletions
...gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
with
4 additions
and
2 deletions
modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
+
4
−
2
View file @
6ccacefc
...
...
@@ -143,7 +143,8 @@ FocusScope {
property
alias
playActionBtn
:
_playActionBtn
focus
:
true
width
:
expand_cover_id
.
width
width
:
VLCStyle
.
expandCover_music_width
spacing
:
VLCStyle
.
margin_small
Layout.alignment
:
Qt
.
AlignCenter
...
...
@@ -276,7 +277,6 @@ FocusScope {
id
:
row
width
:
parent
.
width
height
:
implicitHeight
implicitHeight
:
col
.
implicitHeight
Loader
{
...
...
@@ -443,6 +443,8 @@ FocusScope {
visible
:
true
,
text
:
I18n
.
qtr
(
"
Duration
"
),
showSection
:
""
,
colDelegate
:
tableColumns
.
timeColDelegate
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment