mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
readme wiki
This commit is contained in:
@@ -9,8 +9,8 @@ class CTkFrame(tkinter.Frame):
|
||||
bg_color=None,
|
||||
fg_color=None,
|
||||
corner_radius=10,
|
||||
width=50,
|
||||
height=20,
|
||||
width=200,
|
||||
height=200,
|
||||
**kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user