mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-24 11:12:27 -04:00
Aaronia RTSA Rx: corrected help link
This commit is contained in:
parent
3e9425a518
commit
5e7ab5da26
@ -69,7 +69,7 @@ AaroniaRTSAInputGui::AaroniaRTSAInputGui(DeviceUISet *deviceUISet, QWidget* pare
|
|||||||
ui->setupUi(getContents());
|
ui->setupUi(getContents());
|
||||||
sizeToContents();
|
sizeToContents();
|
||||||
getContents()->setStyleSheet("#AaroniaRTSAInputGui { background-color: rgb(64, 64, 64); }");
|
getContents()->setStyleSheet("#AaroniaRTSAInputGui { background-color: rgb(64, 64, 64); }");
|
||||||
m_helpURL = "plugins/samplesource/aaroniartsa/readme.md";
|
m_helpURL = "plugins/samplesource/aaroniartsainput/readme.md";
|
||||||
ui->centerFrequency->setColorMapper(ColorMapper(ColorMapper::GrayGold));
|
ui->centerFrequency->setColorMapper(ColorMapper(ColorMapper::GrayGold));
|
||||||
ui->centerFrequency->setValueRange(9, 0, 999999999);
|
ui->centerFrequency->setValueRange(9, 0, 999999999);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user