Skip to content

Commit

Permalink
A better default; still a dirty hack, but this will get fixed when CD…
Browse files Browse the repository at this point in the history
…K-JChemPaint moves to value relative to the bond length
  • Loading branch information
egonw committed Jun 23, 2010
1 parent 53abeb4 commit d96166f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void initializeDefaultPreferences() {
);
store.setDefault(
PreferenceConstants.WEDGE_WIDTH_DOUBLE,
model.getDefault(WedgeWidth.class)
model.getDefault(WedgeWidth.class) * 2.0
);

}
Expand Down

0 comments on commit d96166f

Please sign in to comment.