olivierkes / manuskript

A open-source tool for writers
http://www.theologeek.ch/manuskript
GNU General Public License v3.0
1.79k stars 236 forks source link

Tiny Scrollbars #646

Open Eusorph opened 5 years ago

Eusorph commented 5 years ago

I don't know if this is related to visualization problems on computers with high DPI, but on my Surface, the vertical scroll bars are tiny and difficult to get hold of.

worstje commented 5 years ago

I haven't responded to this, but scrollbars are typically something that Qt should be taking care of.

What version of Qt are you using? You can find this in the About box.. but if you are using the official Windows release, you would be using Qt 5.5.1 since we bundle an old version for compatibility with Windows XP.

May I recommend you try running from Source on Windows while installing a recent version of PyQt to see if that shows the behaviour?

If that is too overwhelming, I can most likely prepare a Windows release using a more recent version of Qt, but I'll have to reacquaint myself with the process on how to do it as I only did it once many months ago. :)

Let me know how you'd like to proceed.