Skip to content

Commit 879cb55

Browse files
committed
Cosmetic change to lists of all equations
1 parent d00afa1 commit 879cb55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guifiles/CustomDialogs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ def CreateEquationlist(self, dim):
154154

155155
equation = equationClass[1]('SSQABS', extendedVersionName)
156156
htmlToReturn += '<tr>'
157-
htmlToReturn += '<td nowrap>' + str(dim) + 'D ' + submodule[0] + '</td>'
158-
htmlToReturn += '<td nowrap>' + equation.GetDisplayName() + '</td>'
157+
htmlToReturn += '<td nowrap><b>' + str(dim) + 'D ' + submodule[0] + '</b></td>'
158+
htmlToReturn += '<td nowrap><i>' + equation.GetDisplayName() + '</i></td>'
159159
htmlToReturn += '<td nowrap>' + equation.GetDisplayHTML() + '</td>'
160160
htmlToReturn += '</tr>'
161161

0 commit comments

Comments
 (0)