mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 04:33:38 -04:00
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
This commit is contained in:
@@ -896,10 +896,10 @@
|
||||
<item>
|
||||
<widget class="QCheckBox" name="enableMouseWheelZoomButton">
|
||||
<property name="toolTip">
|
||||
<string>Pressing Ctrl+<mouse-wheel> 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+<mouse-wheel> to zoom text size</string>
|
||||
<string>Allow Ctrl+scrollwheel to zoom text size</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user