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

BFM demod: fixed pilot power GUI display

This commit is contained in:
f4exb 2018-01-13 04:04:34 +01:00
parent b56e517065
commit bde2f3447e

View File

@ -234,7 +234,7 @@
<widget class="QLabel" name="pilotPower">
<property name="minimumSize">
<size>
<width>30</width>
<width>40</width>
<height>0</height>
</size>
</property>
@ -242,7 +242,10 @@
<string>Pilot power</string>
</property>
<property name="text">
<string>0.0</string>
<string>-120.0</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>