Fix geometry warning issue of validation dialog

This commit is contained in:
Klaus Basan
2019-03-17 13:08:46 +01:00
committed by Mat Sutcliffe
parent ab2d3a272c
commit ae3ebdd443
2 changed files with 9 additions and 4 deletions

View File

@@ -2,9 +2,17 @@
<ui version="4.0">
<class>CAircraftModelSetValidationDialog</class>
<widget class="QDialog" name="CAircraftModelSetValidationDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>550</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>640</width>
<width>600</width>
<height>400</height>
</size>
</property>

View File

@@ -18,9 +18,6 @@
</item>
<item>
<widget class="QTabWidget" name="tw_CAircraftModelValidationComponent">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tb_InvalidModels">
<attribute name="title">
<string>Invalid models</string>