- fixed a typo in the Object UI
This commit is contained in:
@@ -7,6 +7,10 @@ CHANGELOG for FlatCAM beta
|
|||||||
|
|
||||||
=================================================
|
=================================================
|
||||||
|
|
||||||
|
4.10.2021
|
||||||
|
|
||||||
|
- fixed a typo in the Object UI
|
||||||
|
|
||||||
3.10.2021
|
3.10.2021
|
||||||
|
|
||||||
- updated the language strings to the latest version
|
- updated the language strings to the latest version
|
||||||
|
|||||||
@@ -798,7 +798,7 @@ class ExcellonObjectUI(ObjectUI):
|
|||||||
font-weight: bold;
|
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
|
# Milling Tool - will create GCode for slot holes
|
||||||
self.milling_button = FCButton(_('Milling'))
|
self.milling_button = FCButton(_('Milling'))
|
||||||
|
|||||||
Reference in New Issue
Block a user