mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Added frequency units to BaldeRF GUI Rx center frequency dial
This commit is contained in:
parent
f92b3c7811
commit
709cee9fc3
@ -98,7 +98,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="deltaUnits">
|
||||
<property name="text">
|
||||
<string>Hz </string>
|
||||
<string> Hz </string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -76,6 +76,14 @@
|
||||
<property name="toolTip">
|
||||
<string>Tuner center frequency in kHz</string>
|
||||
</property>
|
||||
<zorder>freqRightlSpacer</zorder>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="freqUnits">
|
||||
<property name="text">
|
||||
<string> kHz</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
Loading…
Reference in New Issue
Block a user