diff --git a/src/Mod/Path/Gui/Resources/panels/PathEdit.ui b/src/Mod/Path/Gui/Resources/panels/PathEdit.ui index 745c4c4974..97eac943fb 100644 --- a/src/Mod/Path/Gui/Resources/panels/PathEdit.ui +++ b/src/Mod/Path/Gui/Resources/panels/PathEdit.ui @@ -573,7 +573,7 @@ - + QFormLayout::AllNonFixedFieldsGrow diff --git a/src/Mod/Path/PathScripts/PathJobGui.py b/src/Mod/Path/PathScripts/PathJobGui.py index 599be4f3bb..ad17d5a8d2 100644 --- a/src/Mod/Path/PathScripts/PathJobGui.py +++ b/src/Mod/Path/PathScripts/PathJobGui.py @@ -877,7 +877,11 @@ class TaskPanel: self.form.operationDelete.clicked.connect(self.operationDelete) self.form.operationUp.clicked.connect(self.operationMoveUp) self.form.operationDown.clicked.connect(self.operationMoveDown) + self.form.operationEdit.hide() # not supported yet + self.form.activeToolGroup.hide() # not supported yet + self.form.tbWorkplan.widget(1).hide() # default values not supported yet + self.form.tbWorkplan.removeItem(1) # default values not supported yet # Tool controller self.form.toolControllerList.itemSelectionChanged.connect(self.toolControllerSelect)