mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 22:15:34 +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>
|
||||
|
||||
Reference in New Issue
Block a user