Skip to content

Commit c288626

Browse files
committed
Style web options like Batch Generate section
1 parent 8dbdabb commit c288626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Batch.roboFontExt/lib/webFormats/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def __init__(self, posSize, controller):
251251
y = 10
252252
for setting in self.webSettings:
253253
key = setting.replace(" ", "_").lower()
254-
checkBox = CheckBox((10, y, -10, 22), setting,
254+
checkBox = CheckBox((10, y, -10, 22), setting.replace("Save ", "").upper(),
255255
value=getExtensionDefault("%s.%s" % (settingsIdentifier, key), True),
256256
callback=self.saveDefaults)
257257
setattr(self, key, checkBox)

0 commit comments

Comments
 (0)