UI broken, possibly due to screen DPI #7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I use 4K screens on Debian 12. The UI shows poorly, with options off-screen. See the attachment.
UI broken, possibly due to PDIto UI broken, possibly due to screen DPIThank you for your report! Are you able to test a patch if I send you one here?
Sure thing.
What happens if you change this number:
It would also be interesting to see what your system prints for this command:
Thanks!
Great, that worked. Fatter bar makes all the options visible.
Okay, then we also have the culprit there. Tk thinks that your monitor dpi is 96 which is the same value that Tk presents for my monitor. If you have a 4k screen, that dpi value should probably be far larger. In that case, this is not a plakativ bug, but a bug in tk or elsewhere which feeds wrong data to plakativ which is using the dpi value to compute the correct size of the right-hand-side bar.