Make the popup window more compact by reducing margins and spacing to 3px.

There is no point in having huge margins (9px) at every side of the
scan popup window. Especially since the popup window is supposed
to be small and compact.
This commit is contained in:
Tvangeste 2013-01-20 11:25:15 +01:00
parent 0040469305
commit 2c16ccfbd5

View file

@ -30,8 +30,11 @@
<number>0</number>
</property>
<layout class="QVBoxLayout" name="mainLayout">
<property name="spacing">
<number>3</number>
</property>
<property name="margin">
<number>9</number>
<number>3</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">