Skip to content

Commit

Permalink
Update List.qml
Browse files Browse the repository at this point in the history
implement feedback
  • Loading branch information
hannesdelbeke committed Jun 29, 2022
1 parent e84ec59 commit 802676f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyblish_qml/qml/List.qml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ ListView {
checked: object.isToggled
hidden: object.isHidden

width: if (parent)
parent.width
width: parent ? parent.width : 0

status: {
if (object.isProcessing)
Expand Down

0 comments on commit 802676f

Please sign in to comment.