1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 10:05:46 -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"> <widget class="QLabel" name="channelPower">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>30</width> <width>40</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -194,7 +194,10 @@
<enum>Qt::RightToLeft</enum> <enum>Qt::RightToLeft</enum>
</property> </property>
<property name="text"> <property name="text">
<string>-</string> <string>-120.0</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget> </widget>
</item> </item>