mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 20:25:34 +08:00
Matcher minor UI adjustments
This commit is contained in:
@@ -32,8 +32,14 @@
|
|||||||
<property name="bottomMargin">
|
<property name="bottomMargin">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1" alignment="Qt::AlignLeft">
|
||||||
<widget class="BlackGui::Components::CSimulatorSelector" name="comp_SimulatorSelector">
|
<widget class="BlackGui::Components::CSimulatorSelector" name="comp_SimulatorSelector">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>100</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="focusPolicy">
|
<property name="focusPolicy">
|
||||||
<enum>Qt::StrongFocus</enum>
|
<enum>Qt::StrongFocus</enum>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
@@ -206,7 +206,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QGroupBox" name="gb_Exclusion">
|
<widget class="QGroupBox" name="gb_Exclusion">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Exclusiion</string>
|
<string>Exclusion</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QHBoxLayout" name="hl_Exclude">
|
<layout class="QHBoxLayout" name="hl_Exclude">
|
||||||
<item>
|
<item>
|
||||||
@@ -225,7 +225,7 @@
|
|||||||
<string>models without DB data are ignored</string>
|
<string>models without DB data are ignored</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Exclude no DB data</string>
|
<string>Exclude if no DB data</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@@ -274,6 +274,7 @@
|
|||||||
<tabstop>cb_ByVtol</tabstop>
|
<tabstop>cb_ByVtol</tabstop>
|
||||||
<tabstop>cb_ByForceMilitary</tabstop>
|
<tabstop>cb_ByForceMilitary</tabstop>
|
||||||
<tabstop>cb_ByForceCivilian</tabstop>
|
<tabstop>cb_ByForceCivilian</tabstop>
|
||||||
|
<tabstop>cb_ModelSetRemoveFailed</tabstop>
|
||||||
<tabstop>cb_ExclNoExcludedModels</tabstop>
|
<tabstop>cb_ExclNoExcludedModels</tabstop>
|
||||||
<tabstop>cb_ExclNoDbData</tabstop>
|
<tabstop>cb_ExclNoDbData</tabstop>
|
||||||
<tabstop>cb_ScorePreferColorLiveries</tabstop>
|
<tabstop>cb_ScorePreferColorLiveries</tabstop>
|
||||||
|
|||||||
Reference in New Issue
Block a user