More decimalson the dialog window

This commit is contained in:
Simon Giraudot 2016-08-02 14:18:30 +02:00
parent 9c852ec864
commit f54a26f987
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ void MainWindow::on_actionReconstruction_Wasserstein_tolerance_triggered()
{
bool ok;
double tolerance = QInputDialog::getDouble(
this, tr("Wasserstein tolerance"), tr("Tolerance:"), 0.1, 0., 1000000., 2, &ok);
this, tr("Wasserstein tolerance"), tr("Tolerance:"), 0.01, 0., 1000000., 5, &ok);
if (!ok) return;
set_scene_options();