Change toolbar order a bit

This commit is contained in:
DeepSOIC 2015-12-19 03:40:55 +03:00
parent 6323a4c794
commit 8f761116d7

View File

@ -54,10 +54,9 @@ class Lattice2Workbench (Workbench):
+ Lattice2.ArrayFeatures.JoinArrays.exportedCommands
+ Lattice2.ArrayFeatures.ArrayFilter.exportedCommands
+ Lattice2.ArrayFeatures.ProjectArray.exportedCommands
+ Lattice2.ArrayFeatures.PopulateCopies.exportedCommands
+ Lattice2.ArrayFeatures.PopulateChildren.exportedCommands
+ Lattice2.ArrayFeatures.Resample.exportedCommands
+ Lattice2.ArrayFeatures.PopulateCopies.exportedCommands
+ Lattice2.ArrayFeatures.PopulateChildren.exportedCommands
)
self.appendToolbar('Lattice2ArrayFeatres', cmdsArrayTools)
self.appendMenu('Lattice2', cmdsArrayTools)