- Tcl Command Follow - fixed to work in the new configuration

- Etch Compensation Tool - added a new etchant: alkaline baths
This commit is contained in:
Marius Stanciu
2020-06-02 02:10:38 +03:00
committed by Marius
parent 2624df10bf
commit 5542e62455
3 changed files with 4 additions and 2 deletions

View File

@@ -177,7 +177,7 @@ class ToolEtchCompensation(AppTool):
)
self.etchants_combo = FCComboBox(callback=self.confirmation_message)
self.etchants_combo.setObjectName(_("Etchants"))
self.etchants_combo.addItems(["CuCl2", "Fe3Cl"])
self.etchants_combo.addItems(["CuCl2", "Fe3Cl", _("Alkaline baths")])
grid0.addWidget(self.etchants_label, 18, 0)
grid0.addWidget(self.etchants_combo, 18, 1)