Affects versions :
LittleHuba:fix_device_listing_new, master a37524e2626e269e1c1defbdf5abe3305d29e863Describe the bug
On Windows 10, I have a portrait screen that is 1200 pixels wide. But I have some big fonts and/or other scaling selected (could check details if needed). With this setup, the preferences dialog doesn't fit horizontally on the screen (screenshot below).
On my Fedora laptop, I checked the master branch and the minimum size of the preferences dialog is 968 pixels. But I suspect this depends on OS fontsize preferences etc.
To Reproduce
Expected behavior
If the preferences dialog were a bit more compact or was able to shrink a little more then it would fit. Or the panes would scroll horizontally as they already do vertically.
Screenshots of Problem

I see two potential solutions
I think we can do both, what do you think?
by the way, there is a missing GtkScrolledWindow in inputTabBox, I can add it too
This was fixed in PR #2592