Original folder desciption is broken
weltenbeweger opened this issue · 3 comments
Hello stefankueng,
sorry, I forgot to inform you that the problem only occurs when CryptSync gets started / has to be restarted after the Windows screen scaling has been set to 125% or 175%.
Here are the steps with which I was able to reproduce the problem on 3 different hardware computers (no VM) each time.
- Exit CryptSync
- Open Windows Settings / System / Display / "Scale and layout" and change the scale value to 125 or 175%
- Restart CryptSync
I know it's not a big problem, but if someone's resolution is set to 125% by default, as is the case with me, they can't tell which unit is meant for the file size.
thanks for all the details on how to reproduce this. I was now able to reproduce the problem.
The problem however is that this is a problem with Windows itself: it does not calculate the control widths correctly if the scaling does not match the monitor. I'm guessing a rounding error.
I can 'fix' this by extending the widths of the controls by one 'device independent pixel'.