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:
Tobias Hunger
2009-12-07 15:27:25 +01:00
parent 50bd482496
commit 44f29afc6b

View File

@@ -11,6 +11,9 @@
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
<property name="margin">
<number>0</number>
</property>
<item row="1" column="1">
<widget class="QLineEdit" name="nameLineEdit">
<property name="sizePolicy">