Skip to content

Commit

Permalink
revert DSD button to OK
Browse files Browse the repository at this point in the history
* because it is re-used in n5-viewer
  • Loading branch information
bogovicj committed Dec 4, 2024
1 parent 1a75d6d commit fd63d65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ private JFrame buildDialog() {
cbot.anchor = GridBagConstraints.CENTER;
panel.add(messageLabel, cbot);

okBtn = new JButton("Open in Imagej");
okBtn = new JButton("OK");
cbot.gridx = 4;
cbot.ipadx = 20;
cbot.anchor = GridBagConstraints.EAST;
Expand Down

0 comments on commit fd63d65

Please sign in to comment.