Skip to content
Snippets Groups Projects
Commit 44f29afc authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Reduce margin around Qt4ProjectConfigWidget

 * This makes sure this widget gets the same margins as all the
   others.

Reviewed-by: dt
parent 50bd4824
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment