Addded label to bandwidth selection of SDRplay Source

This commit is contained in:
AlexandreRouma 2023-02-13 09:38:26 +01:00
parent a3b13e572b
commit a1b6cbb38a

View File

@ -713,6 +713,7 @@ private:
_this->selectByName(_this->selectedName);
}
SmGui::LeftLabel("Bandwidth");
SmGui::FillWidth();
if (SmGui::Combo(CONCAT("##sdrplay_bw", _this->name), &_this->bandwidthId, bandwidthsTxt)) {
_this->bandwidth = (_this->bandwidthId == 8) ? preferedBandwidth[_this->srId] : bandwidths[_this->bandwidthId];