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> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>582</width> <width>600</width>
<height>593</height> <height>593</height>
</rect> </rect>
</property> </property>
<property name="minimumSize">
<size>
<width>600</width>
<height>500</height>
</size>
</property>
<property name="windowTitle"> <property name="windowTitle">
<string>Emulated simulator monitor</string> <string>Emulated simulator monitor</string>
</property> </property>
@@ -81,7 +87,7 @@
<property name="bottomMargin"> <property name="bottomMargin">
<number>6</number> <number>6</number>
</property> </property>
<item> <item alignment="Qt::AlignTop">
<widget class="BlackGui::Editors::CSituationForm" name="editor_Situation"> <widget class="BlackGui::Editors::CSituationForm" name="editor_Situation">
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
@@ -91,19 +97,6 @@
</property> </property>
</widget> </widget>
</item> </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> </layout>
</widget> </widget>
<widget class="QWidget" name="tb_ComParts"> <widget class="QWidget" name="tb_ComParts">

View File

@@ -2,20 +2,6 @@
<ui version="4.0"> <ui version="4.0">
<class>CSimConnectSettingsComponent</class> <class>CSimConnectSettingsComponent</class>
<widget class="QWidget" name="CSimConnectSettingsComponent"> <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"> <property name="windowTitle">
<string>FSX/P3D SimConnect config</string> <string>FSX/P3D SimConnect config</string>
</property> </property>

View File

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