GUI update, thanks Michael!

This commit is contained in:
Emil Martinec
2012-03-04 17:10:25 -06:00
parent 04971bdd96
commit 0f21937c02
11 changed files with 52 additions and 52 deletions

View File

@@ -26,9 +26,9 @@
class DirPyrDenoise : public Gtk::VBox, public AdjusterListener, public FoldableToolPanel {
protected:
Adjuster* Lamt;
Adjuster* luma;
Adjuster* chroma;
Adjuster* luma;
Adjuster* Ldetail;
Adjuster* chroma;
Adjuster* gamma;
Gtk::CheckButton* enabled;