diff --git a/grok_register_ttk.py b/grok_register_ttk.py index ba43a2e..6e52bac 100755 --- a/grok_register_ttk.py +++ b/grok_register_ttk.py @@ -2449,7 +2449,7 @@ class GrokRegisterGUI: self.count_spinbox = tk.Spinbox( config_frame, from_=1, - to=100, + to=2500, width=8, textvariable=self.count_var, bg=UI_ENTRY_BG,