- some changes in the Preferences UI for Film and Fiducial Plugins

This commit is contained in:
Marius Stanciu
2021-09-09 01:43:51 +03:00
committed by Marius
parent 6712b98a93
commit 8266b5c988
3 changed files with 39 additions and 19 deletions

View File

@@ -120,7 +120,7 @@ class Tools2FiducialsPrefGroupUI(OptionsGroupUI):
# #############################################################################################################
# Selection Frame
# #############################################################################################################
self.sel_label = FCLabel('<span style="color:green;"><b>%s</b></span>' % _("Selection"))
self.sel_label = FCLabel('<span style="color:brown;"><b>%s</b></span>' % _("Selection"))
self.layout.addWidget(self.sel_label)
s_frame = FCFrame()