BFM demod: fixed pilot power GUI display

pull/127/head
f4exb 2018-01-13 04:04:34 +01:00
rodzic b56e517065
commit bde2f3447e
1 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

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