rm test btn
This commit is contained in:
parent
083c4454d6
commit
8ebe7a6e97
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue