mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Fix warning in Setting Visibility Page
This commit is contained in:
parent
86d84d14e1
commit
be74d4dd3f
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ UM.PreferencesPage
|
|||
{
|
||||
id: loader
|
||||
|
||||
width: parent.width
|
||||
width: settingsListView.width
|
||||
height: model.type != undefined ? UM.Theme.getSize("section").height : 0
|
||||
|
||||
property var definition: model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue