Change settings excluding structure

This commit is contained in:
Desmis
2020-06-20 07:42:30 +02:00
parent 6cc9537ab7
commit 29915c1f32
2 changed files with 9 additions and 2 deletions

View File

@@ -217,6 +217,8 @@ ControlSpotPanel::ControlSpotPanel():
sensiexclu_->setAdjusterListener(this);
structexclu_->setAdjusterListener(this);
structexclu_->setLogScale(10, 0);
excluBox->pack_start(*sensiexclu_);
excluBox->pack_start(*structexclu_);
excluFrame->add(*excluBox);