Ref T312, simulator settings UI adjustments (removed redundant grid layout)

This commit is contained in:
Klaus Basan
2018-08-27 14:20:39 +02:00
parent 68beaa6d9d
commit 3d5bd897ce
3 changed files with 334 additions and 348 deletions

View File

@@ -493,13 +493,13 @@
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<item alignment="Qt::AlignTop">
<widget class="BlackGui::Components::CSettingsSimulatorComponent" name="comp_SettingsSimulator">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
<property name="minimumSize">
<size>
<width>0</width>
<height>150</height>
</size>
</property>
</widget>
</item>