DrillBox: Move to Tray group
This commit is contained in:
parent
bfe39861fa
commit
9a98a50506
|
@ -20,6 +20,8 @@ from boxes import Boxes, edges, Color
|
|||
class DrillBox(Boxes):
|
||||
"""A parametrized box for drills"""
|
||||
|
||||
ui_group = "Tray"
|
||||
|
||||
def __init__(self):
|
||||
Boxes.__init__(self)
|
||||
self.addSettingsArgs(edges.FingerJointSettings,
|
||||
|
|
Loading…
Reference in New Issue