[issue22026] 2.7.8 ttk Button text display problem

2014-07-22 Thread Zachary Ware
Changes by Zachary Ware : -- stage: -> resolved ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue22026] 2.7.8 ttk Button text display problem

2014-07-22 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Indeed. I got different results with different versions of Tk. Here is Tcl script which demonstrates this. -- status: pending -> closed Added file: http://bugs.python.org/file36036/issue22026.tcl ___ Python tracker

[issue22026] 2.7.8 ttk Button text display problem

2014-07-22 Thread Zachary Ware
Zachary Ware added the comment: I believe this is a change in Tk itself, I can get your 2.7.6 result with Python 2.7.8+ compiled against Tcl/Tk 8.5.2, and your 2.7.8 result with Python 2.7.6 compiled against Tcl/Tk 8.5.15. I would guess that Tk is trying to avoid getting glyph in your padding

[issue22026] 2.7.8 ttk Button text display problem

2014-07-22 Thread Les Bothwell
Les Bothwell added the comment: In my example, the import statement can be removed (dammit) -- ___ Python tracker ___ ___ Python-bugs-

[issue22026] 2.7.8 ttk Button text display problem

2014-07-21 Thread Les Bothwell
New submission from Les Bothwell: My system: Windows 7 64 bit. Python 2.7.8 (32 bit) There's a problem with ttk button label text truncation when using large fonts on 2.7.8. 2.7.6 works Ok. With 2.7.6, increasing the font size in a ttk style makes the button large enough to display the text