Remove indicator-space setting.

This commit is contained in:
Florian Bruhin 2015-07-31 18:55:17 +02:00
parent fdcb69f5d4
commit be88ba6f05
2 changed files with 1 additions and 4 deletions

View File

@ -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'):

View File

@ -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."),