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
442
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
Merge requests
!3610
qml: fix colors
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
qml: fix colors
jagannatharjun/vlc:genrelabel-color
into
master
Overview
1
Commits
2
Pipelines
2
Changes
2
Merged
Prince Gupta
requested to merge
jagannatharjun/vlc:genrelabel-color
into
master
1 year ago
Overview
1
Commits
2
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 1
ba9ef8e1
1 year ago
master (base)
and
latest version
latest version
15c0cf5c
2 commits,
1 year ago
version 1
ba9ef8e1
2 commits,
1 year ago
2 files
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
+
4
−
0
Options
@@ -237,6 +237,8 @@ FocusScope {
text
:
Helpers
.
get
(
root
.
model
,
"
title
"
,
I18n
.
qtr
(
"
Unknown title
"
))
color
:
theme
.
fg
.
primary
Layout.fillWidth
:
true
}
@@ -254,6 +256,8 @@ FocusScope {
Widgets.CaptionLabel
{
id
:
expand_infos_subtitle_id
color
:
theme
.
fg
.
secondary
width
:
parent
.
width
text
:
I18n
.
qtr
(
"
%1 - %2 - %3 - %4
"
)
.
arg
(
Helpers
.
get
(
root
.
model
,
"
main_artist
"
,
I18n
.
qtr
(
"
Unknown artist
"
)))
Loading