Title style

merge-requests/30/head
Bob Mottram 2021-12-05 16:17:37 +00:00
parent 85040d9d9f
commit 43987de00e
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ def htmlThemeDesigner(cssCache: {}, baseDir: str,
variableNameStr = variableName.replace('-', ' ')
if variableNameStr.endswith(' color'):
variableNameStr = variableNameStr.replace(' color', '')
variableNameStr = variableNameStr.title()
themeForm += \
' <tr><td><label class="labels">' + \
variableNameStr + '</label></td>'