- replaced all the FCLabel widgets that have color HTML with the new FCLabel widget that uses parameters for 'color' and weight
This commit is contained in:
@@ -22,7 +22,7 @@ class CNCJobPPGroupUI(OptionsGroupUI):
|
||||
# #############################################################################################################
|
||||
# PARAMETERS Frame
|
||||
# #############################################################################################################
|
||||
self.comp_gcode_label = FCLabel('<span style="color:blue;"><b>%s</b></span>' % _("Compensation"))
|
||||
self.comp_gcode_label = FCLabel('%s' % _("Compensation"), color='blue', bold=True)
|
||||
self.comp_gcode_label.setToolTip(
|
||||
_("Compensate CNC bed issues.")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user