Reduce size of lines

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:

.dhx_scale_holder { background-image: url(pathToSomeProperImage) !important; }

Kind regards,

1 Like