Skip to content

Commit

Permalink
made scrollbars thinner by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jul 9, 2021
1 parent 36be982 commit 098305d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions morphic.js
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@

/*jshint esversion: 6*/

var morphicVersion = '2021-July-07';
var morphicVersion = '2021-July-09';
var modules = {}; // keep track of additional loaded modules
var useBlurredShadows = true;

Expand All @@ -1314,7 +1314,7 @@ var standardSettings = {
prompterFontSize: 12,
prompterSliderSize: 10,
handleSize: 15,
scrollBarSize: 12,
scrollBarSize: 9, // was 12,
mouseScrollAmount: 40,
useSliderForInput: false,
isTouchDevice: false, // turned on by touch events, don't set
Expand Down

0 comments on commit 098305d

Please sign in to comment.