This commit is contained in:
2ManyProjects 2026-01-10 12:42:34 -06:00
parent a7c2d89cc0
commit 513428523f
2 changed files with 3 additions and 3 deletions

View file

@ -353,7 +353,7 @@ class AppGUI:
# Max Width # Max Width
ttk.Label(inner2, text="Max W:").pack(side=tk.LEFT) ttk.Label(inner2, text="Max W:").pack(side=tk.LEFT)
self.max_width_var = tk.IntVar(value=840) self.max_width_var = tk.IntVar(value=960)
self.max_width_entry = ttk.Entry(inner2, textvariable=self.max_width_var, width=7) self.max_width_entry = ttk.Entry(inner2, textvariable=self.max_width_var, width=7)
self.max_width_entry.pack(side=tk.LEFT, padx=(2, 5)) self.max_width_entry.pack(side=tk.LEFT, padx=(2, 5))
self.max_width_entry.bind('<Return>', lambda e: self._update_stitch_config()) self.max_width_entry.bind('<Return>', lambda e: self._update_stitch_config())

View file

@ -170,8 +170,8 @@ class StitchingScanner:
blend_w = min(blend_width, w_strip, w_base) blend_w = min(blend_width, w_strip, w_base)
DEBUG_SHIFT_RIGHT = -10 # Positive = shift strip right DEBUG_SHIFT_RIGHT = -12 # Positive = shift strip right
DEBUG_SHIFT_UP = -50 # Positive = shift strip up DEBUG_SHIFT_UP = -25 # Positive = shift strip up
if append_right: if append_right:
# Expand mosaic to the right # Expand mosaic to the right