- changed a tooltip in Optimal Tool

This commit is contained in:
Marius Stanciu 2019-09-30 04:16:05 +03:00 committed by Marius
parent 35ca487122
commit 4936e5b46c
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ CAD program, and create G-Code for Isolation routing.
- completed the Minimum Distance Tool by adding the usage in Editors
- made the Minimum Distance Tool more precise for the Excellon Editor since in the Excellon Editor the holes shape are represented as a cross line but in reality they should be evaluated as circles
- small change in the UI layout for Check Rules Tool by adding a new rule (Check trace size)
- changed a tooltip in Optimal Tool
29.09.2019

View File

@ -51,7 +51,7 @@ class ToolOptimal(FlatCAMTool):
self.gerber_object_label = QtWidgets.QLabel("<b>%s:</b>" % _("GERBER"))
self.gerber_object_label.setToolTip(
"Gerber to be mirrored."
"Gerber object for which to find the minimum distance between copper features."
)
self.title_res_label = QtWidgets.QLabel('<b>%s</b>' % _("Minimum distance between copper features"))