[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: fix header color in GenresDisplay
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri May 5 12:14:26 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
ed5f166d by Prince Gupta at 2023-05-05T11:53:33+00:00
qml: fix header color in GenresDisplay
- - - - -
15c0cf5c by Prince Gupta at 2023-05-05T11:53:33+00:00
qml: fix title color album expand delegate
- - - - -
2 changed files:
- modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
- modules/gui/qt/medialibrary/qml/MusicGenresDisplay.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
=====================================
@@ -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")))
=====================================
modules/gui/qt/medialibrary/qml/MusicGenresDisplay.qml
=====================================
@@ -94,6 +94,7 @@ Widgets.PageLoader {
topPadding: VLCStyle.margin_large
bottomPadding: VLCStyle.margin_normal
width: root.width
+ color: colorContext.fg.primary
}
onParentIdChanged: _updateGenresAlbumsHistory(currentIndex, parentId, genreName)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/3b792ad476fc2ce32264a8a1b9a2e2c95da9aa73...15c0cf5cb2d5c47f2fbbe2e4624281516f01408f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/3b792ad476fc2ce32264a8a1b9a2e2c95da9aa73...15c0cf5cb2d5c47f2fbbe2e4624281516f01408f
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list