[vlc-commits] qml: rearrange header of Music Artist list
Prince Gupta
git at videolan.org
Thu Jan 14 14:42:06 UTC 2021
vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Mon Dec 21 20:52:59 2020 +0530| [9a8283a57f25c5564f2924cf88575697542770c4] | committer: Pierre Lamot
qml: rearrange header of Music Artist list
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9a8283a57f25c5564f2924cf88575697542770c4
---
modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml b/modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
index 31a26d5570..c82c01410f 100644
--- a/modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
+++ b/modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
@@ -133,9 +133,10 @@ Widgets.NavigableFocusScope {
header: Widgets.SubtitleLabel {
text: i18n.qtr("Artists")
+ font.pixelSize: VLCStyle.fontSize_large
leftPadding: VLCStyle.margin_normal
- bottomPadding: VLCStyle.margin_normal
- topPadding: VLCStyle.margin_normal
+ bottomPadding: VLCStyle.margin_small
+ topPadding: VLCStyle.margin_xlarge
}
delegate: Rectangle {
More information about the vlc-commits
mailing list