-
Notifications
You must be signed in to change notification settings - Fork 41
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
SasView application window needs to be scrollable #1543
Comments
Have had another, generally very happy user note the problem of not being able to reach the critical buttons (like fit 😄 ) when using their laptop. As this renders the program literally unusable, and in view of what else we are labeling critical, am raising this to critical. |
What needs to be done (most likely) is adding QScrollArea element between the main canvas and the QDockWidget. This should allow scrolling of the whole main area. |
Will try a quick fix to prevent accidental zooming of graphs |
I suspect it was a conscious decision to remove the scrollable nature of the application window as well as most all windows within the application that were implemented in 4.x. However, despite a lot of work to reduce the infinitely long panels (by adding tabs etc) and some attempts, I think, at clever estimation of real estate, the fact remains, that the number and variety of hardware, and more importantly screen form factors, that people will use is too large to guess so that two problem occur:
NOTE that this was not a problem in mac through 4.x because all panels were free and independent. However, now that the mac is also enforcing the entire SasView workflow to remains inside the main SasView window I believe this will also be a problem for the mac
The text was updated successfully, but these errors were encountered: