Extended range of Sharpening Contrast Threshold from 0..100 to 0..200
This commit is contained in:
@@ -30,7 +30,7 @@ Sharpening::Sharpening () : FoldableToolPanel(this, "sharpening", M("TP_SHARPENI
|
|||||||
|
|
||||||
Gtk::HBox* hb = Gtk::manage (new Gtk::HBox ());
|
Gtk::HBox* hb = Gtk::manage (new Gtk::HBox ());
|
||||||
hb->show ();
|
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);
|
contrast->setAdjusterListener (this);
|
||||||
pack_start(*contrast);
|
pack_start(*contrast);
|
||||||
if (contrast->delay < options.adjusterMaxDelay) {
|
if (contrast->delay < options.adjusterMaxDelay) {
|
||||||
|
Reference in New Issue
Block a user