Merge pull request #5130 from Beep6581/microcontrast-uniformity
Change microcontrast uniformity adjuster range
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
// This number has to be incremented whenever the PP3 file format is modified or the behaviour of a tool changes
|
||||
#define PPVERSION 345
|
||||
#define PPVERSION 346
|
||||
#define PPVERSION_AEXP 301 //value of PPVERSION when auto exposure algorithm was modified
|
||||
|
||||
/*
|
||||
Log of version changes
|
||||
346 2019-01-01
|
||||
changed microcontrast uniformity
|
||||
345 2018-10-21
|
||||
dual demosaic auto contrast threshold
|
||||
344 2018-10-04
|
||||
|
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user