- added a way to allow patching FCLabel widget colors for certain cases without having to pass them each instance

This commit is contained in:
Marius Stanciu
2022-04-18 11:48:16 +03:00
committed by Marius
parent b70da1b4b2
commit 7d2fd7c77a
5 changed files with 27 additions and 17 deletions

View File

@@ -408,7 +408,7 @@ class GeneralAPPSetGroupUI(OptionsGroupUI):
# #############################################################################################################
# Parameters Frame
# #############################################################################################################
self.par_label = FCLabel('<b><font color="blue">%s</font></b>' % _('Parameters'))
self.par_label = FCLabel(_('Parameters'), color='blue', bold=True)
self.layout.addWidget(self.par_label)
par_frame = FCFrame()