]> git.parisson.com Git - timeside.git/commitdiff
Server/WavesUI : reduce height of global waveform
authorThomas Fillon <thomas@parisson.com>
Thu, 5 Mar 2015 17:33:50 +0000 (18:33 +0100)
committerThomas Fillon <thomas@parisson.com>
Thu, 5 Mar 2015 17:33:50 +0000 (18:33 +0100)
timeside/player/static/timeside/js/timeside-waves.js

index ddd93326f457a8248f82f016dd5ff8a18349046b..af6438f8ef0638d73fb4c329832613a5602213fb 100644 (file)
@@ -23,7 +23,7 @@ function waveform(div_id) {
             var graph = wavesUI.timeline()
                 .xDomain([0, audioBuffer.duration])
                 .width(graph_width)
-                .height(140);
+                .height(40);
 
             // 2. create layers
             var waveformLayer = wavesUI.waveform()