This commit is contained in:
Kovid Goyal 2011-02-09 18:06:15 -07:00
parent bdf5e0c3b1
commit dfcfc697d5
2 changed files with 4 additions and 1 deletions

View File

@ -336,7 +336,7 @@ doubleclick_on_library_view = 'open_viewer'
# Example: locale_for_sorting = 'nb' -- sort using Norwegian rules. # Example: locale_for_sorting = 'nb' -- sort using Norwegian rules.
locale_for_sorting = '' 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 # 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 # metadata one book at a time. If True, then the fields are laid out using two
# columns. If False, one column is used. # columns. If False, one column is used.

View File

@ -46,6 +46,9 @@
<property name="spacing"> <property name="spacing">
<number>5</number> <number>5</number>
</property> </property>
<property name="uniformItemSizes">
<bool>true</bool>
</property>
</widget> </widget>
</item> </item>
<item> <item>