mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-02 13:17:48 -04:00
BladeRF output plugin: corrected baseband samplerate display placeholder size
This commit is contained in:
parent
83fcf912e9
commit
0c58ba5e01
@ -65,6 +65,12 @@
|
|||||||
<layout class="QHBoxLayout" name="deviceRateLayout">
|
<layout class="QHBoxLayout" name="deviceRateLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="deviceRateLabel">
|
<widget class="QLabel" name="deviceRateLabel">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>50</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>I/Q sample rate kS/s</string>
|
<string>I/Q sample rate kS/s</string>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user