New GitHub issue #92996 from chicory-ru:<br>

<hr>

<pre>
Issue with Tkinter (python 3.10.4) on Linux/Ubuntu 20.10. 

  self.minsize(250, 250) 
  self.maxsize(1900, 1900) 
  self.resizable(width=False, height=False) 

I need to resize a window programmatically and when I limit the upper limit of the window, then self.geometry(f'{width_window}x{width_window}') doesn't save or resize the window. As soon as I comment out self.maxsize(1900, 1900), everything starts working fine. In Windows 10, it also works fine with the lower and upper limits.

Video: https://youtu.be/a1dKwnohMbo 
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/92996">View on GitHub</a>
<p>Labels: type-bug</p>
<p>Assignee: </p>