1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-02 09:46:38 -04:00

DSD demod: adjust GUI minimum size

This commit is contained in:
f4exb 2016-04-23 12:28:27 +02:00
parent d5d5f53bf8
commit 0dcc47f05a

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>520</width> <width>600</width>
<height>898</height> <height>841</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -18,7 +18,7 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>520</width> <width>600</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -36,7 +36,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>521</width> <width>601</width>
<height>171</height> <height>171</height>
</rect> </rect>
</property> </property>
@ -187,6 +187,12 @@
<layout class="QHBoxLayout" name="channnelPowerLayout"> <layout class="QHBoxLayout" name="channnelPowerLayout">
<item> <item>
<widget class="QLabel" name="channelPower"> <widget class="QLabel" name="channelPower">
<property name="minimumSize">
<size>
<width>25</width>
<height>0</height>
</size>
</property>
<property name="toolTip"> <property name="toolTip">
<string>Channel power (dB)</string> <string>Channel power (dB)</string>
</property> </property>
@ -194,7 +200,10 @@
<enum>Qt::RightToLeft</enum> <enum>Qt::RightToLeft</enum>
</property> </property>
<property name="text"> <property name="text">
<string>0.0</string> <string>-00.0</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property> </property>
</widget> </widget>
</item> </item>
@ -638,7 +647,7 @@
<rect> <rect>
<x>10</x> <x>10</x>
<y>180</y> <y>180</y>
<width>481</width> <width>581</width>
<height>651</height> <height>651</height>
</rect> </rect>
</property> </property>