diff --git a/obj-viewer.py b/obj-viewer.py index 53cae8e..3e7574c 100644 --- a/obj-viewer.py +++ b/obj-viewer.py @@ -866,7 +866,7 @@ def animation_controls_widget(self): self.cgram_label = ttk.Label(self.frame_frame_controls, text="CGRAM Offset") self.cgram_label.grid(row=i, column=0, padx=3, pady=3, sticky=tk.W) self.cgram_num = ttk.Spinbox(self.frame_frame_controls, - from_=0, to=128, + from_=0, to=256, increment=16, width=8, wrap=1,