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
 
@@ -324,7 +324,7 @@ background: rgba(126, 52, 245, 0.0784313
 
        <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>
light9/web/timeline/timeline.coffee
Show inline comments
 
@@ -445,7 +445,7 @@ Polymer
 

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