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:
@@ -33,7 +33,7 @@ class AutoCompletePrefGroupUI(OptionsGroupUI):
|
||||
hlay0.addWidget(self.del_all_btn)
|
||||
|
||||
# ## Gerber associations
|
||||
self.grb_list_label = FCLabel("<b>%s:</b>" % _("Keywords list"))
|
||||
self.grb_list_label = FCLabel('%s:' % _("Keywords list"), bold=True)
|
||||
self.grb_list_label.setToolTip(
|
||||
_("List of keywords used by\n"
|
||||
"the autocompleter in FlatCAM.\n"
|
||||
|
||||
@@ -43,7 +43,7 @@ class FAExcPrefGroupUI(OptionsGroupUI):
|
||||
self.vertical_lay.addLayout(hlay0)
|
||||
|
||||
# # ## Excellon associations
|
||||
list_label = FCLabel("<b>%s:</b>" % _("Extensions list"))
|
||||
list_label = FCLabel('%s:' % _("Extensions list"), bold=True)
|
||||
list_label.setToolTip(
|
||||
_("List of file extensions to be\n"
|
||||
"associated with FlatCAM.")
|
||||
|
||||
@@ -34,7 +34,7 @@ class FAGcoPrefGroupUI(OptionsGroupUI):
|
||||
hlay0.addWidget(self.del_all_btn)
|
||||
|
||||
# ## G-Code associations
|
||||
self.gco_list_label = FCLabel("<b>%s:</b>" % _("Extensions list"))
|
||||
self.gco_list_label = FCLabel('%s:' % _("Extensions list"), bold=True)
|
||||
self.gco_list_label.setToolTip(
|
||||
_("List of file extensions to be\n"
|
||||
"associated with FlatCAM.")
|
||||
|
||||
@@ -33,7 +33,7 @@ class FAGrbPrefGroupUI(OptionsGroupUI):
|
||||
hlay0.addWidget(self.del_all_btn)
|
||||
|
||||
# ## Gerber associations
|
||||
self.grb_list_label = FCLabel("<b>%s:</b>" % _("Extensions list"))
|
||||
self.grb_list_label = FCLabel('%s:' % _("Extensions list"), bold=True)
|
||||
self.grb_list_label.setToolTip(
|
||||
_("List of file extensions to be\n"
|
||||
"associated with FlatCAM.")
|
||||
|
||||
Reference in New Issue
Block a user