Changeset - 243afbd7a117
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 9 years ago 2016-06-13 22:10:35
drewp@bigasterisk.com
tighter ui
Ignore-this: 7318243eb22e7cf19d6464610bd5a67f
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/web/timeline/timeline-elements.html
Show inline comments
 
@@ -321,13 +321,13 @@ background: rgba(126, 52, 245, 0.0784313
 
      <div>note [[noteLabel]] <button on-click="onDel">del</button></div>
 
      <table>
 
        <tr><th>effect:</th><td><edit-choice uri="{{effect}}" label="{{effectLabel}}"></edit-choice></td></tr>
 
        <tr><th>colorScale:</th><td>
 
          <!-- this could share with live/index.html's
 
          light9-live-control, but that one is currently junky -->
 
          <span><input type="color" value="{{colorScale::input}}"> [[colorScale]]</span>
 
          <span><input type="color" value="{{colorScale::input}}"></span>
 
        </td></tr>
 
      </table>
 
    </div>
 
  </template>
 
</dom-module>
 

	
light9/web/timeline/timeline.coffee
Show inline comments
 
@@ -442,13 +442,13 @@ Polymer
 

	
 
    screenPts = ($V([@zoomInX(pt.e(1)), @offsetTop + (1 - pt.e(2)) * @offsetHeight]) for pt in worldPts)
 
    @dia.setNote(@uri, screenPts, label)
 

	
 
    leftX = Math.max(2, screenPts[1].e(1) + 5)
 
    rightX = screenPts[2].e(1) - 5
 
    w = 170
 
    w = 114
 
    h = 80
 
    @inlineRect = {
 
      left: leftX,
 
      top: @offsetTop + @offsetHeight - h - 5,
 
      width: w,
 
      height: h,
0 comments (0 inline, 0 general)