Addded label to bandwidth selection of SDRplay Source

pull/991/head
AlexandreRouma 2023-02-13 09:38:26 +01:00
rodzic a3b13e572b
commit a1b6cbb38a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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];