updated documentation images

This commit is contained in:
Tom Schimansky
2021-08-25 17:33:44 +02:00
parent ccd1040329
commit b4f8166940
6 changed files with 15 additions and 3 deletions

View File

@@ -15,8 +15,8 @@ class CTkCheckBox(tkinter.Frame):
hover_color=CTkColorManager.MAIN_HOVER,
border_color=CTkColorManager.CHECKBOX_LINES,
border_width=3,
width=24,
height=24,
width=25,
height=25,
corner_radius=5,
text_font=None,
text_color=CTkColorManager.TEXT,