-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flow latency analysis window is not sized based on content #2039
Comments
@lwrage I just noticed this was mislabeled. This is not an issue with the graphical editor's flow tools. This is related to the size of the window that appears when performing the latency analysis. |
@philip-alldredge I'm trying to fix this, but I have a Mac, so I am not experiencing your problem and can only guess at it. Are you saying that the scaling is causing the contents of the window to be clipped to the borders of the window? This sounds like an SWT problem because in my snooping around of the Dialog/Shell/Window, it is supposed to be getting the size of the dialog contents and setting the dialog bounds accordingly. Can you attach a screen shot of the problem? It is easy enough to change the dialog to face the RESIZE flag, but strange that it should be necessary. |
@AaronGreenhouse I'm away from my office computer so it's hard for me to reproduce at the moment. It only affects systems with certain DPI settings. The resize would definitely resolve the issue for me. A scrollbar would also work if there are any cases where the window wouldn't fit on a screen(Seems unlikely on modern displays). |
@lwrage Was able to reproduce on Linux. I found settings on OS X for changing magnification, but I was able to cause layout problems by using it. Below are screen shots from Lutz: |
I fixed this I hope.
This produces very intuitive and usable results on OS X. If someone could test on windows or linux that would be great. |
The Flow Latency Analysis window is not sized based on content. On Windows systems which have a window scaling > 100%, buttons are cut off or hidden. Additionally, the window is not resizable so it is impossible to access those buttons.
Environment
The text was updated successfully, but these errors were encountered: