Skip to content

Commit

Permalink
tweak default Wiggle/Density track height so that it's exactly center…
Browse files Browse the repository at this point in the history
…ed around its track label
  • Loading branch information
rbuels committed Nov 2, 2012
1 parent 5571a0a commit e2065ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JBrowse/View/Track/Wiggle/Density.js
Expand Up @@ -9,7 +9,7 @@ define( [
return declare( WiggleBase, {

_defaultConfig: function() {
return { maxExportSpan: 500000, style: { height: 30 } };
return { maxExportSpan: 500000, style: { height: 32 } };
},

_drawFeatures: function( scale, leftBase, rightBase, block, canvas, features, featureRects ) {
Expand Down

0 comments on commit e2065ff

Please sign in to comment.