- some PEP changes, some method descriptions updated
- added a placeholder text to 2Sided Tool
This commit is contained in:
@@ -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
|
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
|
- fixed the Tcl Command Help to work as expected; made the text of the commands to be colored in Red color and bold
|
||||||
|
|||||||
842
FlatCAMApp.py
842
FlatCAMApp.py
File diff suppressed because it is too large
Load Diff
@@ -315,6 +315,7 @@ class DblSidedTool(FlatCAMTool):
|
|||||||
|
|
||||||
# Center point value
|
# Center point value
|
||||||
self.center_entry = FCEntry()
|
self.center_entry = FCEntry()
|
||||||
|
self.center_entry.setPlaceholderText(_("Center point coordinates"))
|
||||||
|
|
||||||
self.center_btn = FCButton('%s:' % _("Centroid"))
|
self.center_btn = FCButton('%s:' % _("Centroid"))
|
||||||
self.center_btn.setToolTip(
|
self.center_btn.setToolTip(
|
||||||
@@ -503,7 +504,6 @@ class DblSidedTool(FlatCAMTool):
|
|||||||
lambda: self.point_entry.set_value(self.center_entry.get_value())
|
lambda: self.point_entry.set_value(self.center_entry.get_value())
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
self.create_alignment_hole_button.clicked.connect(self.on_create_alignment_holes)
|
self.create_alignment_hole_button.clicked.connect(self.on_create_alignment_holes)
|
||||||
self.calculate_bb_button.clicked.connect(self.on_bbox_coordinates)
|
self.calculate_bb_button.clicked.connect(self.on_bbox_coordinates)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user