Skip to content

Commit

Permalink
Define what our distributions are on the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
smk78 authored and smk78 committed Jan 17, 2024
1 parent cc09ed0 commit 3e88824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sas/qtgui/Perspectives/Fitting/FittingWidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 3e88824

Please sign in to comment.