1
0
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:
f4exb 2019-04-13 09:24:02 +02:00
parent 10be66085b
commit af098400d5

View File

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