I had the same problem and, after a lot of headache, i solved with an
ugly but effective solution:
1) open the file "original-painter.js" and search for the functions:
Timeline.OriginalEventPainter.prototype.paintPreciseInstantEvent
Timeline.OriginalEventPainter.prototype.paintImpreciseInstantEvent
Timeline.OriginalEventPainter.prototype.paintPreciseDurationEvent
Timeline.OriginalEventPainter.prototype.paintImpreciseDurationEvent
2) in each of them modify the lines:
var labelLeft = iconRightEdge + theme.event.label.offsetFromLine
+3; // --> I ADDED THE +3
var labelTop = Math.round(metrics.trackOffset + track *
metrics.trackIncrement + metrics.trackHeight / 2 - labelSize.height /
2 -16); // --> I ADDED THE -16
This is the ONLY working solution for me, i perfectly know it's hard-
coded but if you adjust the tape height and other little theme
settings you can set your values in this file according to your needs.
Good luck
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/simile-widgets?hl=en
-~----------~----~----~----~------~----~------~--~---