mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-04-06 23:35:40 +02:00
Addded label to bandwidth selection of SDRplay Source
This commit is contained in:
parent
a3b13e572b
commit
a1b6cbb38a
@ -713,6 +713,7 @@ private:
|
|||||||
_this->selectByName(_this->selectedName);
|
_this->selectByName(_this->selectedName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SmGui::LeftLabel("Bandwidth");
|
||||||
SmGui::FillWidth();
|
SmGui::FillWidth();
|
||||||
if (SmGui::Combo(CONCAT("##sdrplay_bw", _this->name), &_this->bandwidthId, bandwidthsTxt)) {
|
if (SmGui::Combo(CONCAT("##sdrplay_bw", _this->name), &_this->bandwidthId, bandwidthsTxt)) {
|
||||||
_this->bandwidth = (_this->bandwidthId == 8) ? preferedBandwidth[_this->srId] : bandwidths[_this->bandwidthId];
|
_this->bandwidth = (_this->bandwidthId == 8) ? preferedBandwidth[_this->srId] : bandwidths[_this->bandwidthId];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user