From 3e888241028eebed8a70d6ab224d80f53260def7 Mon Sep 17 00:00:00 2001 From: smk78 Date: Wed, 17 Jan 2024 22:32:08 +0000 Subject: [PATCH] Define what our distributions are on the UI --- src/sas/qtgui/Perspectives/Fitting/FittingWidget.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sas/qtgui/Perspectives/Fitting/FittingWidget.py b/src/sas/qtgui/Perspectives/Fitting/FittingWidget.py index fc89951667..f7d8c02ef5 100644 --- a/src/sas/qtgui/Perspectives/Fitting/FittingWidget.py +++ b/src/sas/qtgui/Perspectives/Fitting/FittingWidget.py @@ -168,6 +168,7 @@ def __init__(self, parent=None, data=None, tab_id=1): new_font = 'font-family: -apple-system, "Helvetica Neue", "Ubuntu";' self.label_17.setStyleSheet(new_font) self.label_19.setStyleSheet(new_font) + self.groupBox_3.setTitle(QtCore.QCoreApplication.translate("FittingWidgetUI", u"Number-average Polydispersity and Orientational Distribution", None)) def info(self, type, value, tb): logger.error("".join(traceback.format_exception(type, value, tb)))