mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-30 20:16:01 +01:00
...
This commit is contained in:
parent
bdf5e0c3b1
commit
dfcfc697d5
2 changed files with 4 additions and 1 deletions
|
|
@ -336,7 +336,7 @@
|
|||
# Example: locale_for_sorting = 'nb' -- sort using Norwegian rules.
|
||||
locale_for_sorting = ''
|
||||
|
||||
#: Use one or two columns for custom metadata fields in the edit metadata dialog
|
||||
#: Number of columns for custom metadata in the edit metadata dialog
|
||||
# Set whether to use one or two columns for custom metadata when editing
|
||||
# metadata one book at a time. If True, then the fields are laid out using two
|
||||
# columns. If False, one column is used.
|
||||
|
|
|
|||
|
|
@ -46,6 +46,9 @@
|
|||
<property name="spacing">
|
||||
<number>5</number>
|
||||
</property>
|
||||
<property name="uniformItemSizes">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
|
|
|||
Loading…
Reference in a new issue