forked from qt-creator/qt-creator
Set NDK list vertical size policy to maximum
And remove the spacer under the NDK list buttons. Let the NDK list take less vertical space. Change-Id: I4bd8769c45ddfbaaf34257b964a534c85de0e2fd Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -69,19 +69,6 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<spacer name="ndkListControlsSpacer">
|
|
||||||
<property name="orientation">
|
|
||||||
<enum>Qt::Vertical</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeHint" stdset="0">
|
|
||||||
<size>
|
|
||||||
<width>20</width>
|
|
||||||
<height>40</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
<item row="6" column="0" colspan="7">
|
<item row="6" column="0" colspan="7">
|
||||||
@@ -89,6 +76,12 @@
|
|||||||
</item>
|
</item>
|
||||||
<item row="3" column="1" rowspan="3">
|
<item row="3" column="1" rowspan="3">
|
||||||
<widget class="QListWidget" name="ndkListWidget">
|
<widget class="QListWidget" name="ndkListWidget">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Expanding" vsizetype="Maximum">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
<property name="sizeAdjustPolicy">
|
<property name="sizeAdjustPolicy">
|
||||||
<enum>QAbstractScrollArea::AdjustToContents</enum>
|
<enum>QAbstractScrollArea::AdjustToContents</enum>
|
||||||
</property>
|
</property>
|
||||||
|
Reference in New Issue
Block a user