Skip to content

Commit

Permalink
taller particleid
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliorivas committed Aug 8, 2024
1 parent 91ef893 commit 109b985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/types/objects.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ class ParticleID extends EDMObject {
constructor() {
super();
this.width = 140;
this.height = 140;
this.height = 160;
this.color = "#c9edf7";
this.radius = 25;
this.titleName = "Particle ID";
Expand Down

0 comments on commit 109b985

Please sign in to comment.