QMake: Fix layout of qmake makestep

Use a gridlayout in favor of a formlayout. That increases the
minimum size of the widget.

Task-number: QTCREATORBUG-15793
Change-Id: Iac6be373f6bdbc5e9384e2713db57bfc38f0432c
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2016-02-26 13:14:03 +01:00
parent edadd6cad5
commit 049675077a

View File

@@ -7,16 +7,17 @@
<x>0</x>
<y>0</y>
<width>220</width>
<height>46</height>
<height>62</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="margin">
<number>0</number>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="makeLabel">
<property name="text">
<string>Override %1:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="Utils::PathChooser" name="makePathChooser" native="true"/>
</item>
@@ -30,13 +31,6 @@
<item row="1" column="1">
<widget class="QLineEdit" name="makeArgumentsLineEdit"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="makeLabel">
<property name="text">
<string>Override %1:</string>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>