fire-eggs / Danbooru2021

Python scripts and tools for working with the Danbooru2022 data set. Note: this is a sqlite database and a viewer, not directly related to machine learning.
https://www.gwern.net/Danbooru2021
MIT License
42 stars 2 forks source link

Should not be able to maximize sub-views #20

Open fire-eggs opened 4 years ago

fire-eggs commented 4 years ago

https://stackoverflow.com/questions/2969870/removing-minimize-maximize-buttons-in-tkinter

fire-eggs commented 4 years ago

May not be possible. Using parent.resizable(0,0) in the child windows disables the maximize button but also prevents resizing.

Other solutions seem to be specific to Microsoft Windows.