- really small UI change in 2-Sided Plugin
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user