1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

LP-441 Reduce Export/Import template window height

This commit is contained in:
Laurent Lalanne 2016-10-26 18:11:04 +02:00
parent 81c5551be4
commit 99b5f82291
2 changed files with 25 additions and 31 deletions

View File

@ -9,14 +9,14 @@
<rect>
<x>0</x>
<y>0</y>
<width>610</width>
<height>700</height>
<width>600</width>
<height>560</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>610</width>
<height>700</height>
<width>600</width>
<height>560</height>
</size>
</property>
<property name="windowTitle">
@ -287,6 +287,18 @@
</item>
<item>
<widget class="QFrame" name="frame_6">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
@ -342,6 +354,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
@ -620,30 +638,6 @@
</widget>
</widget>
</item>
<item>
<widget class="QFrame" name="frame_2">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
</layout>
</widget>
</item>
</layout>
</widget>
<customwidgets>

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>626</width>
<height>461</height>
<height>400</height>
</rect>
</property>
<property name="windowTitle">
@ -31,7 +31,7 @@
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QWidget" name="">
<widget class="QWidget" name="layoutWidget">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="bottomMargin">
<number>6</number>
@ -43,7 +43,7 @@
<property name="minimumSize">
<size>
<width>0</width>
<height>300</height>
<height>250</height>
</size>
</property>
<property name="verticalScrollBarPolicy">