Improve color and light with deltaE - simpify interface - clean code

This commit is contained in:
Desmis
2019-01-28 10:56:12 +01:00
parent 1e274d90cf
commit 2642eab943
15 changed files with 289 additions and 1091 deletions

View File

@@ -212,7 +212,7 @@ ControlSpotPanel::ControlSpotPanel():
Gtk::Label* const labelqualitymethod = Gtk::manage(new Gtk::Label(M("TP_LOCALLAB_QUAL_METHOD") + ":"));
ctboxqualitymethod->pack_start(*labelqualitymethod, Gtk::PACK_SHRINK, 4);
ctboxqualitymethod->set_tooltip_markup(M("TP_LOCALLAB_METHOD_TOOLTIP"));
qualityMethod_->append(M("TP_LOCALLAB_STD"));
// qualityMethod_->append(M("TP_LOCALLAB_STD"));
qualityMethod_->append(M("TP_LOCALLAB_ENH"));
qualityMethod_->append(M("TP_LOCALLAB_ENHDEN"));
qualityMethod_->set_active(1);
@@ -235,7 +235,7 @@ ControlSpotPanel::ControlSpotPanel():
artifBox->pack_start(*iter_);
iter_->setAdjusterListener(this);
artifFrame->add(*artifBox);
pack_start(*artifFrame);
// pack_start(*artifFrame);
show_all();
}