changeset 1568:5da62d53e12f

turn inlineattrs back on Ignore-this: f8e015224d2882ba2dbb54d1d6234fe7
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 25 May 2017 06:14:58 +0000
parents 74229a30b418
children 654c41ccf265
files light9/web/timeline/timeline-elements.html light9/web/timeline/timeline.coffee
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/light9/web/timeline/timeline-elements.html	Thu May 25 06:14:38 2017 +0000
+++ b/light9/web/timeline/timeline-elements.html	Thu May 25 06:14:58 2017 +0000
@@ -228,12 +228,12 @@
          /* outline: 2px solid red; */
      }
     </style>
-    <xlight9-timeline-note-inline-attrs rect="{{inlineRect}}"
+    <light9-timeline-note-inline-attrs rect="{{inlineRect}}"
                                        graph="{{graph}}"
                                        song="{{song}}"
                                        uri="{{uri}}"
     >
-    </xlight9-timeline-note-inline-attrs>
+    </light9-timeline-note-inline-attrs>
   </template>
 </dom-module>
 
@@ -321,10 +321,11 @@
      #top {
          position: absolute;
          overflow: hidden;
-         background: #7b7b7b;
+         background: rgba(123, 123, 123, 0.71);
          border-radius: 6px;
-         box-shadow: 0 0 5px black;
+         border: 1px solid #313131;
          padding: 3px;
+         z-index: 2;
      }
     </style>
     <div id="top" style$="left: [[rect.left]]px; top: [[rect.top]]px; width: [[rect.width]]px; height: [[rect.height]]px; display: [[rect.display]]">
--- a/light9/web/timeline/timeline.coffee	Thu May 25 06:14:38 2017 +0000
+++ b/light9/web/timeline/timeline.coffee	Thu May 25 06:14:58 2017 +0000
@@ -487,7 +487,7 @@
   makeCurveAdjusters: (curveWidth, yForV, worldPts) ->
     U = (x) -> @graph.Uri(x)
 
-    if 0
+    if true
       @adjusterIds[@uri+'/offset'] = true
       @setAdjuster(@uri+'/offset', => new AdjustableFloatObject({
         graph: @graph