mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-27 00:23:55 -06:00
Fix a number of QML warnings
CURA-5785
This commit is contained in:
parent
7f99ed1af3
commit
52b2f4579a
3 changed files with 4 additions and 20 deletions
resources/qml
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue