Skip to content
Snippets Groups Projects
Commit 6ccacefc authored by Leon Vitanos's avatar Leon Vitanos Committed by Steve Lhomme
Browse files

qml: fix undefined & height binding loop error

parent d634ba01
No related branches found
No related tags found
1 merge request!3758qml: fix undefined errors
Pipeline #386002 passed with stages
in 26 minutes and 59 seconds
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment