Fix indents in configdata.py.

This commit is contained in:
Florian Bruhin 2015-10-26 06:23:07 +01:00
parent 9b3987febb
commit 34cc2870f4

View File

@ -782,9 +782,9 @@ def data(readonly=False):
('chars',
SettingValue(typ.String(minlen=2, completions=[
('asdfghjkl', "Home row"),
('dhtnaoeu', "Home row (Dvorak)"),
('abcdefghijklmnopqrstuvwxyz', "All letters"),
('asdfghjkl', "Home row"),
('dhtnaoeu', "Home row (Dvorak)"),
('abcdefghijklmnopqrstuvwxyz', "All letters"),
]), 'asdfghjkl'),
"Chars used for hint strings."),