mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +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">
|
||||
<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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user