fixed simple_example.py

This commit is contained in:
Tom Schimansky
2022-05-05 20:25:37 +02:00
parent 8c0f1d2c43
commit 3eb0d411c5
8 changed files with 113 additions and 17 deletions

View File

@ -17,6 +17,7 @@ class CTk(tkinter.Tk):
fg_color="default_theme",
**kwargs):
ScalingTracker.activate_high_dpi_awareness() # make process DPI aware
self.enable_macos_dark_title_bar()
super().__init__(*args, **kwargs)