Changes to granularity of some adjustments. Committed on behalf of michal.thoma

This commit is contained in:
Emil Martinec
2011-02-14 13:26:45 -06:00
parent 50cd0a4905
commit 28d5c0f6c2
5 changed files with 30 additions and 30 deletions

View File

@@ -69,7 +69,7 @@ Sharpening::Sharpening () : Gtk::VBox(), FoldableToolPanel(this) {
Gtk::HSeparator *hsep6a = Gtk::manage (new Gtk::HSeparator());
amount = Gtk::manage (new Adjuster (M("TP_SHARPENING_AMOUNT"), 1, 1000, 1, 150));
radius = Gtk::manage (new Adjuster (M("TP_SHARPENING_RADIUS"), 0.3, 3, 0.01, 0.8));
threshold = Gtk::manage (new Adjuster (M("TP_SHARPENING_THRESHOLD"), 0, 16384, 1024, 1));
threshold = Gtk::manage (new Adjuster (M("TP_SHARPENING_THRESHOLD"), 0, 16384, 50, 1));
pack_start(*hsep6a, Gtk::PACK_SHRINK, 2);
pack_start (*usm);