Change microcontrast uniformity adjuster range, fixes #5129

This commit is contained in:
heckflosse
2019-01-01 17:36:17 +01:00
parent d43ccc5e81
commit b9942422e7
7 changed files with 16 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ SharpenMicro::SharpenMicro () : FoldableToolPanel(this, "sharpenmicro", M("TP_SH
amount->setAdjusterListener (this);
amount->show();
uniformity = Gtk::manage(new Adjuster (M("TP_SHARPENMICRO_UNIFORMITY"), 0, 100, 10, 50));
uniformity = Gtk::manage(new Adjuster (M("TP_SHARPENMICRO_UNIFORMITY"), 0, 10, 1, 5));
uniformity->setAdjusterListener (this);
uniformity->show();