[issue27477] IDLE: Switch dialogs to ttk widgets.

2016-07-29 Thread Mark Roseman
Mark Roseman added the comment: Great start. Needs to have a ttk.Frame directly inside the toplevel window to avoid whitespace showing around grey widgets (like in query dialog shot). I'd also like to see the spacing adjusted (all platforms) and button positions changed on Mac to go at the

[issue27477] IDLE: Switch dialogs to ttk widgets.

2016-07-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 91fe65e3d7bb by Terry Jan Reedy in branch 'default': Issue #27477: Convert IDLE search dialogs to using ttk widgets. https://hg.python.org/cpython/rev/91fe65e3d7bb -- nosy: +python-dev ___ Python tracker

[issue27477] IDLE: Switch dialogs to ttk widgets.

2016-07-10 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- keywords: +patch Added file: http://bugs.python.org/file43680/ttk-search.diff ___ Python tracker ___

[issue27477] IDLE: Switch dialogs to ttk widgets.

2016-07-10 Thread Terry J. Reedy
New submission from Terry J. Reedy: Scrollbars and the new query module now use ttk widgets. Time to convert the other dialogs. Changing imports is straightforward. Use of an option that can only be changed in the style may be harder. There was one instance of this among the scrollbars