kozec / syncthing-gtk

GTK3 & python based GUI for Syncthing
GNU General Public License v2.0
1.29k stars 140 forks source link

Long lists (Share With Devices / Share Folders) cause the Edit window to be longer than the display height #468

Closed zatricky closed 6 years ago

zatricky commented 6 years ago

When editing the list of what is shared to where, the window appears to be automatically resized to whatever size is required to fit the list.

If the list is very long, this correspondingly creates a very long window which, conceivably, goes beyond the boundaries of the screen resolution, an undesirable result.

A workaround is to move the top portion of the window off-screen - this depends on the WM having the feature - and that the user knows how to do so.

A possible long-term fix is perhaps to make the list be scrollable (if the window can't fit the whole list) - but also have a limit for the spontaneous window size.