We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00afa1 commit 879cb55Copy full SHA for 879cb55
guifiles/CustomDialogs.py
@@ -154,8 +154,8 @@ def CreateEquationlist(self, dim):
154
155
equation = equationClass[1]('SSQABS', extendedVersionName)
156
htmlToReturn += '<tr>'
157
- htmlToReturn += '<td nowrap>' + str(dim) + 'D ' + submodule[0] + '</td>'
158
- htmlToReturn += '<td nowrap>' + equation.GetDisplayName() + '</td>'
+ htmlToReturn += '<td nowrap><b>' + str(dim) + 'D ' + submodule[0] + '</b></td>'
+ htmlToReturn += '<td nowrap><i>' + equation.GetDisplayName() + '</i></td>'
159
htmlToReturn += '<td nowrap>' + equation.GetDisplayHTML() + '</td>'
160
htmlToReturn += '</tr>'
161
0 commit comments