mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +08:00
[UI] Smaller UI adjustments
This commit is contained in:
committed by
Mat Sutcliffe
parent
53b22f62a9
commit
58524a63ea
@@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>254</width>
|
<width>296</width>
|
||||||
<height>212</height>
|
<height>275</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
|
|||||||
@@ -2,14 +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>410</width>
|
|
||||||
<height>481</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>FSX/P3D SimConnect config</string>
|
<string>FSX/P3D SimConnect config</string>
|
||||||
</property>
|
</property>
|
||||||
@@ -74,12 +66,6 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="3" column="1">
|
<item row="3" column="1">
|
||||||
<widget class="QPlainTextEdit" name="pte_SimConnectIni">
|
<widget class="QPlainTextEdit" name="pte_SimConnectIni">
|
||||||
<property name="maximumSize">
|
|
||||||
<size>
|
|
||||||
<width>16777215</width>
|
|
||||||
<height>75</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
<property name="plainText">
|
<property name="plainText">
|
||||||
<string>[SimConnect]
|
<string>[SimConnect]
|
||||||
level=verbose
|
level=verbose
|
||||||
@@ -129,6 +115,12 @@ console=1
|
|||||||
</item>
|
</item>
|
||||||
<item alignment="Qt::AlignRight">
|
<item alignment="Qt::AlignRight">
|
||||||
<widget class="QPushButton" name="pb_SaveAsSimConnectIni">
|
<widget class="QPushButton" name="pb_SaveAsSimConnectIni">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>100</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>save as</string>
|
<string>save as</string>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user