resolving style things in commit resolving issue #1395
This commit is contained in:
parent
1e94685653
commit
633c95bca6
@ -120,7 +120,7 @@ SECTION_DESC = {
|
|||||||
|
|
||||||
|
|
||||||
DEFAULT_FONT_SIZE = '10pt' if sys.platform == 'darwin' else '8pt'
|
DEFAULT_FONT_SIZE = '10pt' if sys.platform == 'darwin' else '8pt'
|
||||||
orientation = 'bold'
|
|
||||||
|
|
||||||
|
|
||||||
def data(readonly=False):
|
def data(readonly=False):
|
||||||
@ -415,7 +415,6 @@ def data(readonly=False):
|
|||||||
('auto-open',
|
('auto-open',
|
||||||
SettingValue(typ.Bool(), 'true'),
|
SettingValue(typ.Bool(), 'true'),
|
||||||
"Automatically open completion when typing."),
|
"Automatically open completion when typing."),
|
||||||
|
|
||||||
('download-path-suggestion',
|
('download-path-suggestion',
|
||||||
SettingValue(
|
SettingValue(
|
||||||
typ.String(valid_values=typ.ValidValues(
|
typ.String(valid_values=typ.ValidValues(
|
||||||
|
Loading…
Reference in New Issue
Block a user