added "dummy" icons for the fattal "anchor" adjuster
This commit is contained in:
parent
8a510315c2
commit
6b1e0a481f
@ -32,7 +32,9 @@ FattalToneMapping::FattalToneMapping(): FoldableToolPanel(this, "fattal", M("TP_
|
|||||||
|
|
||||||
amount = Gtk::manage(new Adjuster (M("TP_TM_FATTAL_AMOUNT"), 1., 100., 1., 30.));
|
amount = Gtk::manage(new Adjuster (M("TP_TM_FATTAL_AMOUNT"), 1., 100., 1., 30.));
|
||||||
threshold = Gtk::manage(new Adjuster (M("TP_TM_FATTAL_THRESHOLD"), -100., 100., 1., 0.0));
|
threshold = Gtk::manage(new Adjuster (M("TP_TM_FATTAL_THRESHOLD"), -100., 100., 1., 0.0));
|
||||||
anchor = Gtk::manage(new Adjuster(M("TP_TM_FATTAL_ANCHOR"), 1, 100, 1, 50));
|
Gtk::Image *al = Gtk::manage(new RTImage("cglabel0.png"));
|
||||||
|
Gtk::Image *ar = Gtk::manage(new RTImage("clabel0.png"));
|
||||||
|
anchor = Gtk::manage(new Adjuster(M("TP_TM_FATTAL_ANCHOR"), 1, 100, 1, 50, al, ar));
|
||||||
|
|
||||||
amount->setAdjusterListener(this);
|
amount->setAdjusterListener(this);
|
||||||
threshold->setAdjusterListener(this);
|
threshold->setAdjusterListener(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user