Hello !
I’m on an Angular Project and I want to reduce the height of my scheduler. I change this param:
scheduler.config.hour_size_px = 30;
However, I have a difference between the horizontal nav and the lines of scheduler. How I can change the position of these lines ?
Thank you in advance. Have a nice day !
Hello,
The default background image is 44px height, and if you are changing the hour_size_px, you also should change the background image of the .dhx_scale_holder css, as follows:
hour_size_px
.dhx_scale_holder
.dhx_scale_holder { background-image: url(pathToSomeProperImage) !important; }
Kind regards,