mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
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:
parent
0040469305
commit
2c16ccfbd5
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue