"1:1" icon added for the EPD tool + EPD fields' renaming

This commit is contained in:
Hombrenatureh.510
2014-03-15 17:09:36 +01:00
parent 68fb600dcd
commit d1c9de33d1
12 changed files with 157 additions and 158 deletions

View File

@@ -25,10 +25,10 @@
class EdgePreservingDecompositionUI : public Gtk::VBox, public AdjusterListener, public FoldableToolPanel {
protected:
Adjuster *Strength;
Adjuster *EdgeStopping;
Adjuster *Scale;
Adjuster *ReweightingIterates;
Adjuster *strength;
Adjuster *edgeStopping;
Adjuster *scale;
Adjuster *reweightingIterates;
Gtk::CheckButton* enabled;
bool lastEnabled;