From ccce822df31c24e882879adad3cc6c2552f2da3e Mon Sep 17 00:00:00 2001 From: Unbewohnte <65883674+Unbewohnte@users.noreply.github.com> Date: Sat, 3 Oct 2020 15:23:52 +0300 Subject: [PATCH] Add files via upload --- Clicker.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Clicker.py b/Clicker.py index fc7890e..6062d71 100644 --- a/Clicker.py +++ b/Clicker.py @@ -32,7 +32,7 @@ def main(): # global time_btwn_clcks time_btwn_clcks = tk.Scale(window, orient = "horizontal", resolution = -1,length = 9999999, - from_ = 0.001, to = 10 ,bg = BACK_CLR, font = 20, + from_ = 0.001, to = 1 ,bg = BACK_CLR, font = 20, label = "Click interval (seconds)") time_btwn_clcks.place(x = 5,y = 0,width = 200) # @@ -66,6 +66,8 @@ def main(): entry_cleaner.place(x = 380, y = 40 , width = 100, height = 20) # + location_x.focus_set() + window.mainloop()