Fix a number of QML warnings

CURA-5785
This commit is contained in:
Jaime van Kessel 2018-11-16 16:10:26 +01:00
parent 7f99ed1af3
commit 52b2f4579a
3 changed files with 4 additions and 20 deletions
resources/qml

View file

@ -45,7 +45,7 @@ Cura.ExpandableComponent
{
anchors.fill: parent
contentHeight: column.implicitHeight
contentWidth: row.implicitWidth
contentWidth: column.implicitWidth
clip: true
ScrollBar.horizontal.policy: ScrollBar.AlwaysOff