forked from qt-creator/qt-creator
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:
@@ -7,16 +7,17 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>220</width>
|
<width>220</width>
|
||||||
<height>46</height>
|
<height>62</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QFormLayout" name="formLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
<property name="fieldGrowthPolicy">
|
<item row="0" column="0">
|
||||||
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
<widget class="QLabel" name="makeLabel">
|
||||||
</property>
|
<property name="text">
|
||||||
<property name="margin">
|
<string>Override %1:</string>
|
||||||
<number>0</number>
|
</property>
|
||||||
</property>
|
</widget>
|
||||||
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="0" column="1">
|
||||||
<widget class="Utils::PathChooser" name="makePathChooser" native="true"/>
|
<widget class="Utils::PathChooser" name="makePathChooser" native="true"/>
|
||||||
</item>
|
</item>
|
||||||
@@ -30,13 +31,6 @@
|
|||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QLineEdit" name="makeArgumentsLineEdit"/>
|
<widget class="QLineEdit" name="makeArgumentsLineEdit"/>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="0">
|
|
||||||
<widget class="QLabel" name="makeLabel">
|
|
||||||
<property name="text">
|
|
||||||
<string>Override %1:</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
|
Reference in New Issue
Block a user