Closed mdscientist closed 2 years ago
Window 10 Python 3.9
style.configure(' . ', font=('Arial', font_size, 'bold')) throws the error AttributeError: type object 'StyleBuilderTTK' has no attribute ''
if you replace the "." with ".TLabel" or any other custom widget config name it works just fine
No response
Desktop (please complete the following information):
Window 10 Python 3.9
Describe the bug
style.configure(' . ', font=('Arial', font_size, 'bold')) throws the error AttributeError: type object 'StyleBuilderTTK' has no attribute ''
if you replace the "." with ".TLabel" or any other custom widget config name it works just fine
To Reproduce
No response
Expected behavior
No response
Screenshots
No response
Additional context
No response