1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 07:16:48 -04:00

RTLSDR plugin: align DC and IQ correction buttons with other plugins

This commit is contained in:
f4exb 2016-07-25 04:46:58 +02:00
parent b84fde2831
commit 1d2e0986e5

View File

@ -214,7 +214,7 @@
<string>Automatic DC offset removal</string>
</property>
<property name="text">
<string>DC offset</string>
<string>DC</string>
</property>
</widget>
</item>
@ -224,7 +224,7 @@
<string>Automatic IQ imbalance correction</string>
</property>
<property name="text">
<string>IQ imbalance</string>
<string>IQ</string>
</property>
</widget>
</item>
@ -235,6 +235,19 @@
</property>
</widget>
</item>
<item row="0" column="3">
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>