1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 01:55:48 -05:00

Frequency Scanner: give more space to channel power display

This commit is contained in:
f4exb 2023-12-13 22:19:25 +01:00
parent c5e9da7004
commit a9a6c672ec

View File

@ -183,7 +183,7 @@
<widget class="QLabel" name="channelPower">
<property name="minimumSize">
<size>
<width>30</width>
<width>40</width>
<height>0</height>
</size>
</property>
@ -194,7 +194,10 @@
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>-</string>
<string>-120.0</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>