PhonologicalCorpusTools / SLPAA

5 stars 0 forks source link

Adjust module specification dialog layouts so they better fit on screen #366

Open kvesik opened 1 month ago

kvesik commented 1 month ago

On some users' screens, the location module dialog is too tall to fit on the screen in its entirety, and since it can only be dragged via the top bar, it's difficult to move it into a position where the buttons at the bottom are visible.

The location dialog in particular, but also all of the others as well, need a bit of refining to ensure that they can fit on screen in their entirety. Some possible options that apply to all modules...

  1. Add horizontal and/or vertical scrollbars to module specification dialogs.
  2. Look into possibility of doing calculations for window size (is there an existing library that does this?).
  3. Move the "phonetic" location checkbox so it's next to the "phonological" one instead of below. image

Feel free to add more ideas if they come up!

Originally posted by @kvesik in https://github.com/PhonologicalCorpusTools/SLPAA/issues/329#issuecomment-2261731236