BladeRF output plugin: corrected baseband samplerate display placeholder size

This commit is contained in:
f4exb 2017-01-07 06:51:32 +01:00
parent 83fcf912e9
commit 0c58ba5e01
1 changed files with 6 additions and 0 deletions

View File

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