Commit 8f8becfc authored by Julia Radzhabova's avatar Julia Radzhabova

Fix Bug 34795.

parent d0491142
......@@ -232,6 +232,7 @@ define([
minScrollbarLength: 40,
scrollYMarginOffset: 30,
includePadding: true,
wheelSpeed: 10,
alwaysVisibleY: this.scrollAlwaysVisible
}, this.options.scroller));
}
......@@ -256,6 +257,7 @@ define([
minScrollbarLength: 40,
scrollYMarginOffset: 30,
includePadding: true,
wheelSpeed: 10,
alwaysVisibleY: this.scrollAlwaysVisible
}, this.options.scroller));
}
......@@ -567,6 +569,7 @@ define([
minScrollbarLength : 40,
scrollYMarginOffset: 30,
includePadding : true,
wheelSpeed: 10,
alwaysVisibleY: this.scrollAlwaysVisible
}, this.options.scroller));
}
......
......@@ -87,6 +87,7 @@ define([
Common.UI.ComboBox.prototype.initialize.call(this, _.extend(options, {
displayField: 'name',
scroller: {
wheelSpeed: 20,
alwaysVisibleY: true,
onChange: this.updateVisibleFontsTiles.bind(this)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment