◐ Shell
clean mode source ↗

Message 247533 - Python tracker

I am trying to remove both min and max buttons while keeping the dialog box both modal and extensible. I added `top.attributes(-toolwindow,-1)` to SearchDialogBase.py(create_widget) which does what is required, but with side effects,i.e.,it changes the look of the border and close button on Search dialogs. Any suggestions?

PS: I am learning how to contribute and would like to work on this issue.