mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Disable the property editor when the value of the setting is not used
Contributes to CURA-1278
This commit is contained in:
parent
cc7369c594
commit
1131623278
1 changed files with 2 additions and 0 deletions
|
@ -205,6 +205,8 @@ Item {
|
|||
{
|
||||
id: controlContainer;
|
||||
|
||||
enabled: provider.isValueUsed
|
||||
|
||||
anchors.right: parent.right;
|
||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||
anchors.verticalCenter: parent.verticalCenter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue