- fixed a typo in the Object UI

This commit is contained in:
Marius Stanciu
2021-10-04 00:03:19 +03:00
committed by Marius
parent b47a8c90cf
commit e54b94f915
2 changed files with 5 additions and 1 deletions

View File

@@ -798,7 +798,7 @@ class ExcellonObjectUI(ObjectUI):
font-weight: bold;
}
""")
plugins_grid.addWidget(self.drill_button, 0, 2)
plugins_grid.addWidget(self.drill_button, 0, 0)
# Milling Tool - will create GCode for slot holes
self.milling_button = FCButton(_('Milling'))