search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Scheduler: Tree expand/collapse images

Asked by David Taylor
11 years ago.

I'm trying to resize the default tree exapnd/collapse images so they work better on an iPad, as our fat fingers don't work so well with 9x9 pixel images ;)

I've updated the CSS, but it seems there's an inline style being applied that's resetting the width and height back to 10px.

Is there something I've missed here (e.g. there's some hard-coding that I haven't seen?)

Comment posted by David Taylor
11 years ago.

Edit: I think I found it ? In scheduler.js:

if(this.treeEnabled){var $1p=document.createElement("div");$1p.style.width="10px"...

Answer posted by Dan Letecky [DayPilot]
11 years ago.

Yes, the size is hardcoded at this moment (10x10 px). It will be fixed in the next release.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.