pnprog / goreviewpartner

A tool to help analyse and review your game of go (weiqi, baduk) using strong bots.
GNU General Public License v3.0
283 stars 66 forks source link

Windows are resizable but should be fixed size #60

Open fishcu opened 6 years ago

fishcu commented 6 years ago

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

pnprog commented 6 years ago

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.