1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-21 23:55:13 -05:00

Compare commits

..

3 Commits

Author SHA1 Message Date
dforsi
c051a707b8
Merge efd98785cf into 6b2573d955 2024-08-24 12:08:24 +02:00
Daniele Forsi
6b2573d955 [wdsprx] Fix path to help file 2024-08-21 09:30:35 +02:00
Daniele Forsi
72683aea57 Fix typo 2024-08-21 09:30:35 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -268,7 +268,7 @@
</size>
</property>
<property name="toolTip">
<string>AF volume limter gain (dB)</string>
<string>AF volume limiter gain (dB)</string>
</property>
<property name="minimum">
<number>-80</number>

View File

@ -513,7 +513,7 @@ WDSPRxGUI::WDSPRxGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, BasebandSam
m_squelchDialog(nullptr)
{
setAttribute(Qt::WA_DeleteOnClose, true);
m_helpURL = "plugins/channelrx/demodssb/readme.md";
m_helpURL = "plugins/channelrx/wdsprx/readme.md";
RollupContents *rollupContents = getRollupContents();
ui->setupUi(rollupContents);
setSizePolicy(rollupContents->sizePolicy());