mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 08:58:13 +01:00 
			
		
		
		
	Addded label to bandwidth selection of SDRplay Source
This commit is contained in:
		| @@ -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]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user