diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-07-29 23:20:05 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-07-29 23:20:05 +0000 |
| commit | d05bedda30ca46eea7f653e1830b67def2282567 (patch) | |
| tree | 646a275b7ab673398cac170b22d702d68832ae43 /src/ui/dialog/inkscape-preferences.h | |
| parent | optionally zoom with mousewheel without modifiers (diff) | |
| download | inkscape-d05bedda30ca46eea7f653e1830b67def2282567.tar.gz inkscape-d05bedda30ca46eea7f653e1830b67def2282567.zip | |
add ui for mousewheel zoom and space pan
(bzr r3344)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.h')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/dialog/inkscape-preferences.h b/src/ui/dialog/inkscape-preferences.h index 91b7a83ec..fc3adb20a 100644 --- a/src/ui/dialog/inkscape-preferences.h +++ b/src/ui/dialog/inkscape-preferences.h @@ -107,6 +107,8 @@ protected: PrefCheckButton _mouse_use_ext_input; PrefSpinButton _scroll_wheel, _scroll_arrow_px, _scroll_arrow_acc, _scroll_auto_speed, _scroll_auto_thres; + PrefCheckButton _scroll_space; + PrefCheckButton _wheel_zoom; PrefCombo _steps_rot_snap; PrefCheckButton _steps_compass; |
