Fix #1990254 [[Enhancement] Add space between amount and seconds](https://bugs.launchpad.net/calibre/+bug/1990254)

This commit is contained in:
Kovid Goyal 2022-09-22 14:01:29 +05:30
parent 1d48e61f16
commit fe4ad47e86
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -752,12 +752,12 @@ A value of zero means calculate automatically.</string>
</item> </item>
<item row="6" column="2"> <item row="6" column="2">
<widget class="QGroupBox" name="groupBox3"> <widget class="QGroupBox" name="groupBox3">
<property name="title">
<string>Categories on separate lines</string>
</property>
<property name="toolTip"> <property name="toolTip">
<string>&lt;p&gt;Check the box if you want the category's values displayed on separate lines instead of separated by commas&lt;/p&gt;</string> <string>&lt;p&gt;Check the box if you want the category's values displayed on separate lines instead of separated by commas&lt;/p&gt;</string>
</property> </property>
<property name="title">
<string>Categories on separate lines</string>
</property>
<layout class="QVBoxLayout" name="vblayout_3"> <layout class="QVBoxLayout" name="vblayout_3">
<item> <item>
<widget class="QListView" name="bd_vertical_cats"> <widget class="QListView" name="bd_vertical_cats">
@ -1921,7 +1921,7 @@ them to all have the same width and height</string>
<item row="9" column="1"> <item row="9" column="1">
<widget class="QDoubleSpinBox" name="opt_books_autoscroll_time"> <widget class="QDoubleSpinBox" name="opt_books_autoscroll_time">
<property name="suffix"> <property name="suffix">
<string>seconds</string> <string> seconds</string>
</property> </property>
<property name="decimals"> <property name="decimals">
<number>1</number> <number>1</number>