Spectrum GUI: arrange widget sizes so that upper and lower row length match

This commit is contained in:
f4exb 2018-07-07 18:04:56 +02:00
parent f6c596d55a
commit df3c838650
1 changed files with 10 additions and 7 deletions

View File

@ -6,7 +6,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>342</width> <width>378</width>
<height>59</height> <height>59</height>
</rect> </rect>
</property> </property>
@ -328,6 +328,9 @@
</item> </item>
<item row="2" column="0" colspan="3"> <item row="2" column="0" colspan="3">
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>2</number>
</property>
<item> <item>
<widget class="QComboBox" name="fftWindow"> <widget class="QComboBox" name="fftWindow">
<property name="sizePolicy"> <property name="sizePolicy">
@ -396,13 +399,13 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>50</width> <width>45</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>50</width> <width>45</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -497,13 +500,13 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>50</width> <width>45</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>50</width> <width>45</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
@ -568,13 +571,13 @@
<widget class="QComboBox" name="averaging"> <widget class="QComboBox" name="averaging">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>50</width> <width>45</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>50</width> <width>45</width>
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>