Resize Preferences Window
Using the desktop version 5.0.89, I'm having an issue resizing the preferences window. In fact, I don't even have an option to. It only resizes the window when I click on different tabs which contain more information than the previous window. If I don't click on the largest tab ("cite") then the window hides options and there is no scroll to get to them.
The window isn't meant to be resizable — it's automatically sized to the content. That's a little buggy, though, due to the underlying framework we use. But usually that manifests itself by getting bigger than it needs to be, not smaller, and closing and reopening the preferences with a different tab selected fixes it.
As for the resize on content, it does for all tabs except the "Better Bibtex" tab. I have to click on the "cite" tab prior to "Better Bibtex" in order to see the full content.
layout.css.devPixelsPerPx
setting might provide a workaround. You should keep in mind, though, that the setting could create new issues, e.g., with multi-monitor setups. But for me, it's working well.We'll likely provide a better way to add custom preferences in a future version.
layout.css.devPixelsPerPx
set to1.5
, but it doesn't when setting this to1.4
.Thanks for working on possible improvements that might fix this issue!