Settable distance threshold for dragging UI splitter controls in Komodo UI?

When in split screen mode for example, it seems the distance threshold is about 1pixel for dragging the splitter control in the Komodo UI. As our monitor resolutions increase over the years (I have a 4k at work), dragging the splitter bar is actually becoming pretty difficult. Is there a way to increase the “handle” size for dragging splitter controls in the UI?

Using Komodo IDE 8.5.4

Cheers,
Paul

Hi @hotliver,

If you install the Stylish Addon in Komodo you can add this snippet to make the divider wider:

#multiview-split {
    width: 3px;
}

It worked for me. Let me know if it doesn’t work for you.

  • Carey