bug 275404

fixes day view description placement
r=mattwillis
This commit is contained in:
mattwillis%gmail.com 2004-12-22 16:25:41 +00:00
parent 20698ebf40
commit d2fe356703

View File

@ -341,8 +341,6 @@ DayView.prototype.createEventBox = function dayview_createEventBox( calendarEven
// create title label, location label and description description :)
var eventTitleLabel = document.createElement( "label" );
eventTitleLabel.setAttribute( "class", "day-view-event-title-label-class" );
eventTitleLabel.setAttribute( "crop", "end" );
eventTitleLabel.setAttribute( "flex", "1" );
if( eventLocation )
eventTitleLabel.setAttribute( "value", calendarEventDisplay.event.title + " (" + eventLocation + ")" );
else