radiology-research / ispy2_mri

GUI to enter info on incoming MRI's for ISPY2 into database
GNU General Public License v3.0
0 stars 0 forks source link

Small Screens #1

Closed RossBoylan closed 1 year ago

RossBoylan commented 1 year ago

If the screen doesn't have enough space, most likely vertical space, the whole window will not fit. And, as of v0.0.5, there is no way to access the hidden parts of the window. In increasing order of difficulty to code, here are some solutions:

  1. Increase screen resolution or move to a bigger screen.
  2. Expand the window horizontally so that the deviation section gets more entries in a row, and needs fewer rows.
  3. Reduce the vertical size of the comment window to one or two lines.
  4. Eliminate the "Final (official) processing done by UCSF?" section.
  5. Add scrollbars, at least if they are needed.
  6. Redesign layout so that the current sections can fill a 2 or n-column design if the width is sufficient.