SSB demod: adjust GUI minimum size

This commit is contained in:
f4exb 2016-07-31 06:38:42 +02:00
parent c65f857abd
commit 5cc67c9908
1 changed files with 17 additions and 5 deletions

View File

@ -6,13 +6,19 @@
<rect>
<x>0</x>
<y>0</y>
<width>334</width>
<height>199</height>
<width>370</width>
<height>171</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>302</width>
<width>370</width>
<height>0</height>
</size>
</property>
@ -28,12 +34,18 @@
<widget class="QWidget" name="settingsContainer" native="true">
<property name="geometry">
<rect>
<x>10</x>
<x>0</x>
<y>10</y>
<width>281</width>
<width>360</width>
<height>151</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>360</width>
<height>0</height>
</size>
</property>
<property name="windowTitle">
<string>Settings</string>
</property>