Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix render event when timeslotsPerHour is 1 #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 25, 2011

  1. Fix render event when timeslotsPerHour is 1

    If the slot is big enough (>25px) we show the two lines of text (Event time and title), if not then do current behaviour of only showing one line (event time).
    nbenitez committed Jan 25, 2011
    Configuration menu
    Copy the full SHA
    1245852 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2011

  1. Do comparison in milliseconds instead of microseconds

    Because of a strange +10 microseconds error over the 
    correct value and so comparison fails
    nbenitez committed Jan 28, 2011
    Configuration menu
    Copy the full SHA
    1abc3c0 View commit details
    Browse the repository at this point in the history