From a1b6cbb38a01f466ec9a1b3b692116792fe52066 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Mon, 13 Feb 2023 09:38:26 +0100 Subject: [PATCH] Addded label to bandwidth selection of SDRplay Source --- source_modules/sdrplay_source/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source_modules/sdrplay_source/src/main.cpp b/source_modules/sdrplay_source/src/main.cpp index 01676a89..bc6f1644 100644 --- a/source_modules/sdrplay_source/src/main.cpp +++ b/source_modules/sdrplay_source/src/main.cpp @@ -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];