Clean code and change default values

This commit is contained in:
Desmis
2020-04-04 15:37:22 +02:00
parent d00ec5a1b2
commit 7d8e0abd2f
2 changed files with 1 additions and 4 deletions

View File

@@ -531,11 +531,8 @@ Wavelet::Wavelet() :
noiseBox->pack_start(*level3noise, Gtk::PACK_SHRINK, 0);
balchrom->setAdjusterListener(this);
// noiseBox->pack_start(*balchrom, Gtk::PACK_SHRINK, 0);
chromfi->setAdjusterListener(this);
// noiseBox->pack_start(*chromfi, Gtk::PACK_SHRINK, 0);
chromco->setAdjusterListener(this);
// noiseBox->pack_start(*chromco, Gtk::PACK_SHRINK, 0);
chroFrame->set_label_align(0.025, 0.5);
ToolParamBlock* const chroBox = Gtk::manage(new ToolParamBlock());