There are multiple issues w/ using <> in a .ui string - remove

There doesn't seem to be a standard on whether to use scroll or mouse
wheel. Since this feature  can be used w/ mousepad and other non-mouse
I'll use scrollwheel for now.

CCMAIL: lueck@hube-lueck.de
wilder-portage
Kurt Hindenburg 13 years ago
parent 5ff04a800d
commit 5ca63075b0
  1. 4
      src/EditProfileDialog.ui

@ -896,10 +896,10 @@
<item>
<widget class="QCheckBox" name="enableMouseWheelZoomButton">
<property name="toolTip">
<string>Pressing Ctrl+&lt;mouse-wheel&gt; will increase/decrease the text size.</string>
<string>Pressing Ctrl+scrollwheel will increase/decrease the text size.</string>
</property>
<property name="text">
<string>Allow Ctrl+&lt;mouse-wheel&gt; to zoom text size</string>
<string>Allow Ctrl+scrollwheel to zoom text size</string>
</property>
</widget>
</item>

Loading…
Cancel
Save