goreviewpartner icon indicating copy to clipboard operation
goreviewpartner copied to clipboard

Windows are resizable but should be fixed size

Open fishcu opened this issue 6 years ago • 1 comments

I would say this is a low priority issue since you plan to switch to a different GUI library anyway.

Some of the GUI windows can be made larger and very small compared to their original size (up to only 1 pixel wide!). A better behavior would be if these screens are of fixed size (automatic layout so that the user can see everything, for example when switching the bot settings the window should still change size, but stay fixed after that).

I have attached a screenshot of a window that can be made larger but I think it should be fixed size.

I am running a Ubuntu 16.04 variant. It's possible that this issue does not exist on other OSes.

resize

fishcu avatar May 13 '18 12:05 fishcu

Hi!

I made a small change, so that that windows resizes "more gracefully".

I am not sure if it's possible with tkinter to make a windows that cannot be resized. The result might depend based on the windows manager in used.

pnprog avatar Jul 22 '18 13:07 pnprog