Skip to content

Commit

Permalink
v.0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatrukha committed Oct 7, 2024
1 parent 4a68036 commit b9e2c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId>
<version>37.0.0</version>
<version>38.0.1</version>
<relativePath />
</parent>

<groupId>nl.uu.science.cellbiology</groupId>
<artifactId>bigtrace</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>

<name>BigTrace</name>
<description>Tracing of curvilinear structures in 3D</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ void dialPanelSettings()

cd.gridx=0;
cd.gridy++;
pAnimSettings.add(new JLabel("Render scale bar): "),cd);
pAnimSettings.add(new JLabel("Render scale bar: "),cd);
cd.gridx++;
pAnimSettings.add(cbScaleBar,cd);

Expand Down

0 comments on commit b9e2c92

Please sign in to comment.