rm test btn

This commit is contained in:
2ManyProjects 2026-01-11 01:46:09 -06:00
parent 083c4454d6
commit 8ebe7a6e97

View file

@ -280,10 +280,6 @@ class AppGUI:
)
self.scan_stop_btn.pack(side=tk.LEFT, padx=2)
# Test button
ttk.Button(btn_frame, text="Test", width=4,
command=self._test_displacement).pack(side=tk.LEFT, padx=2)
# Mosaic button
ttk.Button(sf, text="Mosaic", width=6,
command=self._show_mosaic_window).pack(side=tk.RIGHT, padx=2)