This commit is contained in:
Kovid Goyal 2016-04-01 11:34:55 +05:30
parent 99b9b51791
commit 34b0afeca2

View File

@ -675,7 +675,7 @@ QToolBox::tab:hover {
<item row="0" column="1"> <item row="0" column="1">
<widget class="QSpinBox" name="opt_wheel_scroll_fraction"> <widget class="QSpinBox" name="opt_wheel_scroll_fraction">
<property name="toolTip"> <property name="toolTip">
<string>This is a percentage, by making itless than 100 you can decrease the amount the wheel scrolls by, by making it more than 100 you can increase the scroll amount.</string> <string>This is a percentage, by making it less than 100 you can decrease the amount the wheel scrolls by, by making it more than 100 you can increase the scroll amount.</string>
</property> </property>
<property name="suffix"> <property name="suffix">
<string> %</string> <string> %</string>
@ -704,7 +704,7 @@ QToolBox::tab:hover {
<item row="1" column="1"> <item row="1" column="1">
<widget class="QSpinBox" name="opt_line_scroll_fraction"> <widget class="QSpinBox" name="opt_line_scroll_fraction">
<property name="toolTip"> <property name="toolTip">
<string>This is a percentage, by making itless than 100 you can decrease the amount thearrow keys scroll by, by making it more than 100 you can increase the scroll amount.</string> <string>This is a percentage, by making it less than 100 you can decrease the amount thearrow keys scroll by, by making it more than 100 you can increase the scroll amount.</string>
</property> </property>
<property name="suffix"> <property name="suffix">
<string> %</string> <string> %</string>