[issue26682] Ttk Notebook tabs do not show with 1-2 char names

2016-10-24 Thread Ned Deily
Changes by Ned Deily : -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue26682] Ttk Notebook tabs do not show with 1-2 char names

2016-10-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Tk bug tracker is http://core.tcl.tk/tk/ticket. I don't think we can do something from our side. -- resolution: -> third party ___ Python tracker __

[issue26682] Ttk Notebook tabs do not show with 1-2 char names

2016-04-05 Thread Morb
Morb added the comment: Hello, I'm the one who posted on stackoverflow. I'm on Windows 7 Entreprise 64 bits (6.1, version 7601). Here is my first line when I run python: "Python 2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)] on win32". I think it's linked to the font and it

[issue26682] Ttk Notebook tabs do not show with 1-2 char names

2016-04-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am not surprised, somehow, that details of bug should depend on system. I should have said Win 10, 3.5.1/8.6.4. -- ___ Python tracker ___ __

[issue26682] Ttk Notebook tabs do not show with 1-2 char names

2016-04-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: No, I can't remember where it is and do not have an account on their tracker, if one is needed. -- ___ Python tracker ___ _

[issue26682] Ttk Notebook tabs do not show with 1-2 char names

2016-03-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I see the names of the first 4 tabs: 0-3. Tab header for the last tab is empty. If use longer name (e.g. "45678") I see it without two last characters ("456"). Yes, it looks as Ttk bug. Have you reported this to the mainstream? -- __

[issue26682] Ttk Notebook tabs do not show with 1-2 char names

2016-03-31 Thread Terry J. Reedy
New submission from Terry J. Reedy: >From >https://stackoverflow.com/questions/36336010/cannot-see-all-tabs-in-ttk-notebook import tkinter as tk from tkinter.ttk import Frame, Notebook root = tk.Tk() nb = Notebook(root, width=320, height=240) nb.pack(fill='both', expand=1) page0 = Frame(nb) pa