fluxengine
fluxengine copied to clipboard
GUI window sizing seems to be off
For some reason the GUI version appears like this on my system:
As you can see the disk image area is tiny and cannot be expanded by any method I can see. It doesn't change size when I resize the window either.
Development build 2022-06-13
Windows 8.1 x64. 4k monitor.
I bet this is a hidpi problem --- I see you have a 4K monitor.
Seems very likely, something about the DPI messing up the maths. I run at 175% scaling.
I don't know what's going on here. The application has no manifest and is therefore not HiDPI-aware, I think? This means that sizes should be in scaled pixels, not native pixels. So I don't know why this is being rendered incorrectly. All the text and control widgetry looks correct.
I tried the compatibility option to disable display scaling, but it did not help.
I think this should be fixed now with the new GUI.
Thanks, I will test it when there is a release.