mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
Fix geometry warning issue of validation dialog
This commit is contained in:
committed by
Mat Sutcliffe
parent
ab2d3a272c
commit
ae3ebdd443
@@ -2,9 +2,17 @@
|
|||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>CAircraftModelSetValidationDialog</class>
|
<class>CAircraftModelSetValidationDialog</class>
|
||||||
<widget class="QDialog" name="CAircraftModelSetValidationDialog">
|
<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">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
<width>640</width>
|
<width>600</width>
|
||||||
<height>400</height>
|
<height>400</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
@@ -18,9 +18,6 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QTabWidget" name="tw_CAircraftModelValidationComponent">
|
<widget class="QTabWidget" name="tw_CAircraftModelValidationComponent">
|
||||||
<property name="currentIndex">
|
|
||||||
<number>0</number>
|
|
||||||
</property>
|
|
||||||
<widget class="QWidget" name="tb_InvalidModels">
|
<widget class="QWidget" name="tb_InvalidModels">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Invalid models</string>
|
<string>Invalid models</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user