Browse Source

Merge pull request #1330 from DonLakeFlyer/ParamConfigSize

Fix parameter config sizing
QGC4.4
Don Gagne 10 years ago
parent
commit
04c6e270a9
  1. 6
      src/VehicleSetup/ParameterEditor.ui

6
src/VehicleSetup/ParameterEditor.ui

@ -11,15 +11,15 @@ @@ -11,15 +11,15 @@
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>750</width>
<height>600</height>
<width>802</width>
<height>471</height>
</size>
</property>
<property name="windowTitle">

Loading…
Cancel
Save