changeset 1495:243afbd7a117

tighter ui Ignore-this: 7318243eb22e7cf19d6464610bd5a67f
author drewp@bigasterisk.com
date Mon, 13 Jun 2016 22:10:35 +0000
parents ea9e8f581eea
children 9279c85de972
files light9/web/timeline/timeline-elements.html light9/web/timeline/timeline.coffee
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/light9/web/timeline/timeline-elements.html	Mon Jun 13 21:00:02 2016 +0000
+++ b/light9/web/timeline/timeline-elements.html	Mon Jun 13 22:10:35 2016 +0000
@@ -324,7 +324,7 @@
         <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>
--- a/light9/web/timeline/timeline.coffee	Mon Jun 13 21:00:02 2016 +0000
+++ b/light9/web/timeline/timeline.coffee	Mon Jun 13 22:10:35 2016 +0000
@@ -445,7 +445,7 @@
 
     leftX = Math.max(2, screenPts[1].e(1) + 5)
     rightX = screenPts[2].e(1) - 5
-    w = 170
+    w = 114
     h = 80
     @inlineRect = {
       left: leftX,