Skip to content

Commit d76ad0f

Browse files
authored
Merge pull request #2314 from ghutchis/Kcorbyerd-isovalue_consistency
Make isoValue in Molecular Orbital window consistent with Surfaces dialog
2 parents 99148a7 + 56c898b commit d76ad0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avogadro/qtplugins/surfaces/orbitals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ private slots:
158158
QFutureWatcher<void> m_displayMeshWatcher;
159159
QtGui::MeshGenerator* m_meshGenerator = nullptr;
160160

161-
float m_isoValue = 0.01;
161+
float m_isoValue = 0.03;
162162
int m_smoothingPasses = 1;
163163
int m_meshesLeft = 0;
164164
bool m_updateMesh = false;

0 commit comments

Comments
 (0)