mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 10:05:46 -05:00
BladeRF2 output GUI: fixed alternate sample rate display width
This commit is contained in:
parent
10be66085b
commit
af098400d5
@ -77,6 +77,12 @@
|
|||||||
<layout class="QHBoxLayout" name="deviceRateLayout">
|
<layout class="QHBoxLayout" name="deviceRateLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="deviceRateText">
|
<widget class="QLabel" name="deviceRateText">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>56</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…
Reference in New Issue
Block a user