Menu icons location changes restored and will be addressed in future update with better mechanism. FCLabel calls updated where possible based on new method parameters
This commit is contained in:
@@ -1268,7 +1268,7 @@ class SolderUI:
|
||||
_("Tool Diameter. Its value\n"
|
||||
"is the width of the solder paste dispensed."))
|
||||
|
||||
self.addtool_entry_lbl = FCLabel('<b>%s:</b>' % _('New Tool'))
|
||||
self.addtool_entry_lbl = FCLabel('%s:' % _('New Tool'), bold=True)
|
||||
self.addtool_entry_lbl.setToolTip(
|
||||
_("Diameter for the new tool to add in the Tool Table")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user