BladeRF2 output GUI: fixed alternate sample rate display width

pull/326/head
f4exb 2019-04-13 09:24:02 +02:00
rodzic 10be66085b
commit af098400d5
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -77,6 +77,12 @@
<layout class="QHBoxLayout" name="deviceRateLayout">
<item>
<widget class="QLabel" name="deviceRateText">
<property name="minimumSize">
<size>
<width>56</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>I/Q sample rate kS/s</string>
</property>