Quote:
Originally Posted by chaley
Thank you. I am now able to repeat the problem. It happens if: - There has never been a horizontal scroll bar displayed for the book list.
- The widget space size is smaller than what appears to be two scroll bar arrows, which on my Windows 10 machine is 84 pixels.
Once a horizontal scroll bar has been displayed the problem no longer happens, even if the scroll bar is no longer displayed. This can be easily verified by narrowing the calibre window until the book list displays a scroll bar, then moving it back to where it was.
I have a fix that I will submit to Kovid.
|
Just came to the same conclusion, "max_width = view.geometry().width() - view.verticalHeader().width()" fixed it.
Now I'm annoyed at myself for never having noticed/thought about the disappearing horizontal scrollbar (obvious in hindsight) but that's what you get with wide monitors and a dislike for horizontal scrolling.
Glad I've been able to help.