forked from qt-creator/qt-creator
Reduce margin around Qt4ProjectConfigWidget
* This makes sure this widget gets the same margins as all the others. Reviewed-by: dt
This commit is contained in:
@@ -11,6 +11,9 @@
|
|||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QFormLayout" name="formLayout">
|
<layout class="QFormLayout" name="formLayout">
|
||||||
|
<property name="margin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QLineEdit" name="nameLineEdit">
|
<widget class="QLineEdit" name="nameLineEdit">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
|
Reference in New Issue
Block a user