[nicfit] Better description of option tabs_border.
This commit is contained in:
parent
7d4cebf970
commit
a5b7301cd8
|
@ -159,7 +159,7 @@ class Config:
|
|||
'last_sounds_dir': [opt_str, ''],
|
||||
'tabs_position': [opt_str, 'top'],
|
||||
'tabs_always_visible': [opt_bool, False, _('Show tab when only one conversation?')],
|
||||
'tabs_border': [opt_bool, False, _('Size of tabs border')],
|
||||
'tabs_border': [opt_bool, False, _('Show tabbed notebook border in chat windows?')],
|
||||
'tabs_close_button': [opt_bool, True, _('Show close button in tab?')],
|
||||
'chat_avatar_width': [opt_int, 52],
|
||||
'chat_avatar_height': [opt_int, 52],
|
||||
|
|
Loading…
Reference in New Issue