HussainiProgrammer
HussainiProgrammer
I tried that multiple times, I tried both root.destroy()` and `sys.exit()`, but nothing changes. Maybe I will try again later...
Thanks @SaimLam The solution is `root.protocol("WM_DELETE_WINDOW", root.quit)`
@Akascape I tried random values for corner_radius, and the labels/entries still look the same
@Akascape Again, nothing changed.
@Akascape Configuring the corner_radius actually works when I use Option Menus instead of Combo Boxes (but I have to use `root.bind("", configureCornerRadius)` for some reason), and I have already tried...