Added frequency units to BaldeRF GUI Rx center frequency dial

This commit is contained in:
f4exb 2016-01-12 04:43:41 +01:00
parent f92b3c7811
commit 709cee9fc3
2 changed files with 9 additions and 1 deletions

View File

@ -98,7 +98,7 @@
<item>
<widget class="QLabel" name="deltaUnits">
<property name="text">
<string>Hz </string>
<string> Hz </string>
</property>
</widget>
</item>

View File

@ -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>