Fixed "geometry warning"

This commit is contained in:
Klaus Basan
2018-09-01 03:11:42 +02:00
parent 096ddd4027
commit dc1613d600
3 changed files with 14 additions and 50 deletions

View File

@@ -6,10 +6,16 @@
<rect>
<x>0</x>
<y>0</y>
<width>582</width>
<width>600</width>
<height>593</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>600</width>
<height>500</height>
</size>
</property>
<property name="windowTitle">
<string>Emulated simulator monitor</string>
</property>
@@ -81,7 +87,7 @@
<property name="bottomMargin">
<number>6</number>
</property>
<item>
<item alignment="Qt::AlignTop">
<widget class="BlackGui::Editors::CSituationForm" name="editor_Situation">
<property name="minimumSize">
<size>
@@ -91,19 +97,6 @@
</property>
</widget>
</item>
<item>
<spacer name="vs_Situation">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QWidget" name="tb_ComParts">

View File

@@ -2,20 +2,6 @@
<ui version="4.0">
<class>CSimConnectSettingsComponent</class>
<widget class="QWidget" name="CSimConnectSettingsComponent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>377</width>
<height>434</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>350</width>
<height>300</height>
</size>
</property>
<property name="windowTitle">
<string>FSX/P3D SimConnect config</string>
</property>

View File

@@ -2,13 +2,11 @@
<ui version="4.0">
<class>CSimulatorFsxConfigWindow</class>
<widget class="QWidget" name="CSimulatorFsxConfigWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
<property name="minimumSize">
<size>
<width>450</width>
<height>500</height>
</size>
</property>
<property name="windowTitle">
<string>FSX/P3D plugin settings</string>
@@ -70,7 +68,7 @@
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<item alignment="Qt::AlignTop">
<widget class="BlackSimPlugin::FsxCommon::CFsxSettingsComponent" name="comp_FsxSettings">
<property name="minimumSize">
<size>
@@ -80,19 +78,6 @@
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>