Some minor UI tweaks (min.height)

This commit is contained in:
Klaus Basan
2017-04-23 01:51:50 +02:00
committed by Mathew Sutcliffe
parent 862794cb02
commit b444361c7c
2 changed files with 8 additions and 16 deletions

View File

@@ -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">

View File

@@ -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>