Remove indicator-space setting.
This commit is contained in:
parent
fdcb69f5d4
commit
be88ba6f05
@ -327,6 +327,7 @@ class ConfigManager(QObject):
|
||||
('colors', 'tab.separator'),
|
||||
('colors', 'tabs.separator'),
|
||||
('colors', 'completion.item.bg'),
|
||||
('tabs', 'indicator-space'),
|
||||
]
|
||||
CHANGED_OPTIONS = {
|
||||
('content', 'cookies-accept'):
|
||||
|
@ -513,10 +513,6 @@ def data(readonly=False):
|
||||
SettingValue(typ.Int(minval=0), '3'),
|
||||
"Width of the progress indicator (0 to disable)."),
|
||||
|
||||
('indicator-space',
|
||||
SettingValue(typ.Int(minval=0), '3'),
|
||||
"Spacing between tab edge and indicator."),
|
||||
|
||||
('tabs-are-windows',
|
||||
SettingValue(typ.Bool(), 'false'),
|
||||
"Whether to open windows instead of tabs."),
|
||||
|
Loading…
Reference in New Issue
Block a user