mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Some minor UI tweaks (min.height)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
862794cb02
commit
b444361c7c
@@ -2,22 +2,8 @@
|
||||
<ui version="4.0">
|
||||
<class>CSimulatorSelector</class>
|
||||
<widget class="QFrame" name="CSimulatorSelector">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>184</width>
|
||||
<height>42</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Frame</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Raised</enum>
|
||||
<string>Simulator selector</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vl_SimulatorSelector">
|
||||
<property name="spacing">
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>417</width>
|
||||
<width>407</width>
|
||||
<height>107</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -170,6 +170,12 @@
|
||||
</item>
|
||||
<item row="0" column="5">
|
||||
<widget class="BlackGui::Components::CSimulatorSelector" name="selector_Simulator">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>22</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="focusPolicy">
|
||||
<enum>Qt::StrongFocus</enum>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user