1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

New value dial color schemes: propagate to all active plugins

This commit is contained in:
f4exb
2017-05-16 18:27:36 +02:00
parent 7c33fa51e5
commit 6f9ef0eaf9
22 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ FCDProGui::FCDProGui(DeviceSourceAPI *deviceAPI, QWidget* parent) :
m_deviceAPI->setSource(m_sampleSource);
ui->setupUi(this);
ui->centerFrequency->setColorMapper(ColorMapper(ColorMapper::ReverseGold));
ui->centerFrequency->setColorMapper(ColorMapper(ColorMapper::GrayGold));
ui->centerFrequency->setValueRange(7, 64000U, 1700000U);
ui->lnaGain->clear();