Skip to content
Snippets Groups Projects
Commit 79a00ca6 authored by Matthias Puchner's avatar Matthias Puchner
Browse files

rm ParticleDistribution from a few more code spots in GUI

parent 9d21bd11
No related branches found
No related tags found
1 merge request!65Refactor Distribution Handling
......@@ -61,7 +61,7 @@ ParticleLayoutItem::ParticleLayoutItem() : SessionGraphicsItem("ParticleLayout")
<< "ParticleCoreShell"
<< "ParticleComposition"
<< "MesoCrystal"
<< "ParticleDistribution");
<< "ParticleDistribution"); // #baRemoveParticleDistribution Is this GUI or domain?? Should be removed anyway...
setDefaultTag(T_PARTICLES);
registerTag(T_INTERFERENCE, 0, 1,
QStringList() << "Interference1DLattice"
......
......@@ -11,7 +11,6 @@
<file>images/ParaCrystal2D.png</file>
<file>images/ParticleComposition_64x64.png</file>
<file>images/ParticleCoreShell_64x64.png</file>
<file>images/ParticleDistribution_64x64.png</file>
<file>images/ParticleLayout.png</file>
<file>images/Transformation.png</file>
<file>images/ff_AnisoPyramid_64x64.png</file>
......
......@@ -206,12 +206,6 @@
</property>
</category>
<category name="ParticleDistribution">
<property name="Title">
<tooltip>Collection of particles obtained via parametric distribution of particle prototype</tooltip>
</property>
</category>
<category name="EulerRotation">
<property name="Title">
<tooltip>Rotation applied to the particle</tooltip>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment