Rename caret_selection to caret-selection.

This commit is contained in:
Florian Bruhin 2015-05-11 20:21:01 +02:00
parent 012e124eaf
commit d3c6ebcf15
2 changed files with 2 additions and 2 deletions

View File

@ -820,7 +820,7 @@ def data(readonly=False):
SettingValue(typ.QssColor(), 'purple'),
"Background color of the statusbar in caret mode."),
('statusbar.bg.caret_selection',
('statusbar.bg.caret-selection',
SettingValue(typ.QssColor(), '#a12dff'),
"Background color of the statusbar in caret selection enabled mode."),

View File

@ -108,7 +108,7 @@ class StatusBar(QWidget):
}
QWidget#StatusBar[caret_selection_active="true"] {
{{ color['statusbar.bg.caret_selection'] }}
{{ color['statusbar.bg.caret-selection'] }}
}
QWidget#StatusBar[prompt_active="true"] {