- some PEP changes, some method descriptions updated

- added a placeholder text to 2Sided Tool
This commit is contained in:
Marius Stanciu 2020-04-24 04:18:01 +03:00 committed by Marius
parent 495650fc73
commit ea4502b965
3 changed files with 476 additions and 373 deletions

View File

@ -7,6 +7,11 @@ CHANGELOG for FlatCAM beta
=================================================
24.04.2020
- some PEP changes, some method descriptions updated
- added a placeholder text to 2Sided Tool
23.04.2020
- fixed the Tcl Command Help to work as expected; made the text of the commands to be colored in Red color and bold

File diff suppressed because it is too large Load Diff

View File

@ -315,6 +315,7 @@ class DblSidedTool(FlatCAMTool):
# Center point value
self.center_entry = FCEntry()
self.center_entry.setPlaceholderText(_("Center point coordinates"))
self.center_btn = FCButton('%s:' % _("Centroid"))
self.center_btn.setToolTip(
@ -503,7 +504,6 @@ class DblSidedTool(FlatCAMTool):
lambda: self.point_entry.set_value(self.center_entry.get_value())
)
self.create_alignment_hole_button.clicked.connect(self.on_create_alignment_holes)
self.calculate_bb_button.clicked.connect(self.on_bbox_coordinates)