Move 'cell_height' setting

This commit is contained in:
Vulcalien 2021-12-25 14:21:19 +01:00
parent eacd72124a
commit 3c575029e7
1 changed files with 1 additions and 1 deletions

View File

@ -113,8 +113,8 @@ DEFAULTS = {
'disable_mouse_paste' : False, 'disable_mouse_paste' : False,
'smart_copy' : True, 'smart_copy' : True,
'clear_select_on_copy' : False, 'clear_select_on_copy' : False,
'cell_height' : 1.0,
'cell_width' : 1.0, 'cell_width' : 1.0,
'cell_height' : 1.0,
'case_sensitive' : True, 'case_sensitive' : True,
'invert_search' : False, 'invert_search' : False,
'link_single_click' : False, 'link_single_click' : False,