[vlc-commits] [Git][videolan/vlc][master] qml: fix undefined & height binding loop error
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Sep 17 16:34:22 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
6ccacefc by Leon Vitanos at 2023-09-17T16:08:45+00:00
qml: fix undefined & height binding loop error
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
=====================================
@@ -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,
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6ccacefcf0e5e54ba5e34ca3c5247c21f60f918f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6ccacefcf0e5e54ba5e34ca3c5247c21f60f918f
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