mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Margins in situation form
This commit is contained in:
committed by
Mat Sutcliffe
parent
c1ffad33bd
commit
0d2bf4865a
@@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>362</width>
|
<width>356</width>
|
||||||
<height>449</height>
|
<height>431</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
@@ -32,6 +32,18 @@
|
|||||||
<string>Situation (PBH)</string>
|
<string>Situation (PBH)</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="vl_Situation">
|
<layout class="QVBoxLayout" name="vl_Situation">
|
||||||
|
<property name="leftMargin">
|
||||||
|
<number>4</number>
|
||||||
|
</property>
|
||||||
|
<property name="topMargin">
|
||||||
|
<number>4</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>4</number>
|
||||||
|
</property>
|
||||||
|
<property name="bottomMargin">
|
||||||
|
<number>4</number>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QFrame" name="fr_Situation">
|
<widget class="QFrame" name="fr_Situation">
|
||||||
<layout class="QGridLayout" name="gl_Situation" columnstretch="0,0,0,1">
|
<layout class="QGridLayout" name="gl_Situation" columnstretch="0,0,0,1">
|
||||||
@@ -203,6 +215,18 @@
|
|||||||
<string>Coordinate</string>
|
<string>Coordinate</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="vl_Coordinate">
|
<layout class="QVBoxLayout" name="vl_Coordinate">
|
||||||
|
<property name="leftMargin">
|
||||||
|
<number>4</number>
|
||||||
|
</property>
|
||||||
|
<property name="topMargin">
|
||||||
|
<number>4</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>4</number>
|
||||||
|
</property>
|
||||||
|
<property name="bottomMargin">
|
||||||
|
<number>4</number>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="BlackGui::Editors::CCoordinateForm" name="comp_Coordinate">
|
<widget class="BlackGui::Editors::CCoordinateForm" name="comp_Coordinate">
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
@@ -221,7 +245,19 @@
|
|||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Environment</string>
|
<string>Environment</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="v_Environment">
|
<layout class="QVBoxLayout" name="vl_Environment">
|
||||||
|
<property name="leftMargin">
|
||||||
|
<number>4</number>
|
||||||
|
</property>
|
||||||
|
<property name="topMargin">
|
||||||
|
<number>4</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>4</number>
|
||||||
|
</property>
|
||||||
|
<property name="bottomMargin">
|
||||||
|
<number>4</number>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QFrame" name="fr_Environment">
|
<widget class="QFrame" name="fr_Environment">
|
||||||
<layout class="QGridLayout" name="gl_Environment" columnstretch="0,0,0,1">
|
<layout class="QGridLayout" name="gl_Environment" columnstretch="0,0,0,1">
|
||||||
|
|||||||
Reference in New Issue
Block a user