Browse Source

HUE-3209 [editor] Faster touchpad speed when scrolling on result grid on linux

Enrico Berti 9 years ago
parent
commit
49b52d1564
1 changed files with 4 additions and 0 deletions
  1. 4 0
      desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

+ 4 - 0
desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

@@ -3179,6 +3179,8 @@
           cursorborder: "1px solid #CCC",
           cursoropacitymin: 0,
           cursoropacitymax: 0.75,
+          scrollspeed: 100,
+          mousescrollstep: 60,
           cursorminheight: options.cursorminheight || 20,
           horizrailenabled: options.horizrailenabled || false
         });
@@ -3548,6 +3550,8 @@
           cursorborder: "1px solid #CCC",
           cursoropacitymin: 0,
           cursoropacitymax: 0.75,
+          scrollspeed: 100,
+          mousescrollstep: 60,
           cursorminheight: options.cursorminheight || 20,
           horizrailenabled: options.horizrailenabled || true
         });