This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author viv1
Recipients prince09cs, roger.serwy, terry.reedy, viv1
Date 2015-07-28.17:47:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438105655.78.0.613818446097.issue24039@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-07-28 17:47:35viv1setrecipients: + viv1, terry.reedy, roger.serwy, prince09cs
2015-07-28 17:47:35viv1setmessageid: <1438105655.78.0.613818446097.issue24039@psf.upfronthosting.co.za>
2015-07-28 17:47:35viv1linkissue24039 messages
2015-07-28 17:47:35viv1create