Post-Resize Sharpening Contrast Threshold maximum is 100, fixes #4640

This commit is contained in:
heckflosse
2018-06-25 11:46:07 +02:00
parent ae9ea3d3e0
commit 803e46c804

View File

@@ -37,7 +37,7 @@ PrSharpening::PrSharpening () : FoldableToolPanel(this, "prsharpening", M("TP_PR
Gtk::HBox* hb = Gtk::manage (new Gtk::HBox ());
hb->show ();
contrast = Gtk::manage(new Adjuster (M("TP_SHARPENING_CONTRAST"), 0, 100, 1, 0));
contrast = Gtk::manage(new Adjuster (M("TP_SHARPENING_CONTRAST"), 0, 200, 1, 0));
contrast->setAdjusterListener (this);
pack_start(*contrast);
contrast->show();