main
Bob Mottram 2021-08-13 18:35:31 +01:00
parent d81b8e1be3
commit c98d862a7b
1 changed files with 1 additions and 1 deletions

View File

@ -1126,7 +1126,7 @@ def _htmlEditProfileGraphicDesign(baseDir: str, translate: {}) -> str:
translate['Export Theme'] + '</label><br>\n'
graphicsStr += \
' <button type="submit" class="button" ' + \
'name="submitExportTheme">➤</button>\n'
'name="submitExportTheme">➤</button><br>\n'
graphicsStr += \
editCheckBox(translate['Low Bandwidth'], 'lowBandwidth',
bool(lowBandwidth))