- some refactoring in the keys of the defaults dictionary
- fixed an ambiguity in the Tools Database GUI elements
This commit is contained in:
@@ -2219,7 +2219,7 @@ class CutoutUI:
|
||||
# Mouse Bites Tool Diameter
|
||||
self.mb_dia_label = FCLabel('%s:' % _("Tool Diameter"))
|
||||
self.mb_dia_label.setToolTip(
|
||||
_("The drill hole diameter when doing mpuse bites.")
|
||||
_("The drill hole diameter when doing mouse bites.")
|
||||
)
|
||||
self.mb_dia_entry = FCDoubleSpinner(callback=self.confirmation_message)
|
||||
self.mb_dia_entry.set_precision(self.decimals)
|
||||
|
||||
Reference in New Issue
Block a user