Fix theming option names
This commit is contained in:
parent
40a8193751
commit
25915b4175
|
@ -74,7 +74,7 @@ CSS_STYLE_OPTIONS = [
|
||||||
'.gajim-account-row',
|
'.gajim-account-row',
|
||||||
StyleAttr.BACKGROUND),
|
StyleAttr.BACKGROUND),
|
||||||
|
|
||||||
StyleOption(_('Account Row Font Color'),
|
StyleOption(_('Account Row Font'),
|
||||||
'.gajim-account-row',
|
'.gajim-account-row',
|
||||||
StyleAttr.FONT),
|
StyleAttr.FONT),
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ CSS_STYLE_OPTIONS = [
|
||||||
'.gajim-group-row',
|
'.gajim-group-row',
|
||||||
StyleAttr.BACKGROUND),
|
StyleAttr.BACKGROUND),
|
||||||
|
|
||||||
StyleOption(_('Group Row Font Color'),
|
StyleOption(_('Group Row Font'),
|
||||||
'.gajim-group-row',
|
'.gajim-group-row',
|
||||||
StyleAttr.FONT),
|
StyleAttr.FONT),
|
||||||
|
|
||||||
|
@ -98,7 +98,7 @@ CSS_STYLE_OPTIONS = [
|
||||||
'.gajim-contact-row',
|
'.gajim-contact-row',
|
||||||
StyleAttr.BACKGROUND),
|
StyleAttr.BACKGROUND),
|
||||||
|
|
||||||
StyleOption(_('Contact Row Font Color'),
|
StyleOption(_('Contact Row Font'),
|
||||||
'.gajim-contact-row',
|
'.gajim-contact-row',
|
||||||
StyleAttr.FONT),
|
StyleAttr.FONT),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue