From e54b94f9154b07d7a70ec55bc6e28a94d42a3874 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Mon, 4 Oct 2021 00:03:19 +0300 Subject: [PATCH] - fixed a typo in the Object UI --- CHANGELOG.md | 4 ++++ appGUI/ObjectUI.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd12411e..4675fbe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ CHANGELOG for FlatCAM beta ================================================= +4.10.2021 + +- fixed a typo in the Object UI + 3.10.2021 - updated the language strings to the latest version diff --git a/appGUI/ObjectUI.py b/appGUI/ObjectUI.py index 9b62dc90..739a9409 100644 --- a/appGUI/ObjectUI.py +++ b/appGUI/ObjectUI.py @@ -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'))