From d4d98535d1dff92265773a09c54ed484e87e498c Mon Sep 17 00:00:00 2001 From: Dabble63 Date: Thu, 20 Jul 2023 11:37:39 +1000 Subject: [PATCH] correct indentation --- customtkinter/windows/ctk_input_dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customtkinter/windows/ctk_input_dialog.py b/customtkinter/windows/ctk_input_dialog.py index 4cc17c1..f476242 100644 --- a/customtkinter/windows/ctk_input_dialog.py +++ b/customtkinter/windows/ctk_input_dialog.py @@ -74,7 +74,7 @@ class CTkInputDialog(CTkToplevel): border_color=self._entry_border_color, text_color=self._entry_text_color, font=self._font, - show=self._entry_show) + show=self._entry_show) self._entry.grid(row=1, column=0, columnspan=2, padx=20, pady=(0, 20), sticky="ew") self._ok_button = CTkButton(master=self,