pallyloco

Results 1 issues of pallyloco

# Bug report ### Bug description: Test Code: ```python from tkinter import * from tkinter.ttk import Notebook mw = Tk() mw.title("Notebook Test") mw.geometry(f"{800}x{800}") main_page_frame = Frame(mw, borderwidth=1, relief='ridge') main_page_frame.pack(side='top', expand=1,...

type-bug
OS-mac
stdlib
topic-tkinter