- really small UI change in 2-Sided Plugin

This commit is contained in:
Marius Stanciu
2022-10-02 06:56:13 +03:00
committed by Marius
parent 56033b8bc4
commit 94901686b5
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@ CHANGELOG for FlatCAM Evo beta
================================================= =================================================
2.10.2022
- really small UI change in 2-Sided Plugin
27.09.2022 27.09.2022
- in Milling Plugin, for Excellon target, re-enabled the control over the Feedrate X-Y parameter - in Milling Plugin, for Excellon target, re-enabled the control over the Feedrate X-Y parameter

View File

@@ -871,7 +871,7 @@ class DsidedUI:
grid_mirror.addWidget(separator_line, 3, 0, 1, 3) grid_mirror.addWidget(separator_line, 3, 0, 1, 3)
# ## Reference # ## Reference
self.axloc_label = FCLabel('%s' % _("Reference"), bold=True) self.axloc_label = FCLabel('%s:' % _("Reference"), bold=True)
self.axloc_label.setToolTip( self.axloc_label.setToolTip(
_("The coordinates used as reference for the mirror operation.\n" _("The coordinates used as reference for the mirror operation.\n"
"Can be:\n" "Can be:\n"