mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1025885 - Increase the timeout between window resizes required to update the canvas graphs, r=pbrosset
This commit is contained in:
parent
c6fe109f10
commit
48111fede6
@ -17,7 +17,7 @@ const GRAPH_SRC = "chrome://browser/content/devtools/graphs-frame.xhtml";
|
||||
|
||||
// Generic constants.
|
||||
|
||||
const GRAPH_RESIZE_EVENTS_DRAIN = 20; // ms
|
||||
const GRAPH_RESIZE_EVENTS_DRAIN = 100; // ms
|
||||
const GRAPH_WHEEL_ZOOM_SENSITIVITY = 0.00075;
|
||||
const GRAPH_WHEEL_SCROLL_SENSITIVITY = 0.1;
|
||||
const GRAPH_WHEEL_MIN_SELECTION_WIDTH = 10; // px
|
||||
|
Loading…
Reference in New Issue
Block a user