- added a Toggle All checkbox to Corner Markers Tool

- added an Icon to the MessageBox that asks for saving if the user try to close the app and there is some unsaved work
This commit is contained in:
Marius Stanciu
2020-05-25 04:46:03 +03:00
committed by Marius
parent 1b1dd23082
commit 1a4fa4317a
4 changed files with 23 additions and 2 deletions

View File

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