summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-26 13:14:03 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2016-02-26 13:24:33 +0000
commit049675077a0b12e83811fef8641503038d0491d9 (patch)
treeba083f6d888f09ae11044b4dfd2c6bec14dfb6b9
parentedadd6cad53f94271755e093bfcc1159fccf9c85 (diff)
downloadqt-creator-049675077a0b12e83811fef8641503038d0491d9.tar.gz
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>
-rw-r--r--src/plugins/qmakeprojectmanager/makestep.ui24
1 files changed, 9 insertions, 15 deletions
diff --git a/src/plugins/qmakeprojectmanager/makestep.ui b/src/plugins/qmakeprojectmanager/makestep.ui
index 9856fd7d2c..7c706054a8 100644
--- a/src/plugins/qmakeprojectmanager/makestep.ui
+++ b/src/plugins/qmakeprojectmanager/makestep.ui
@@ -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>