Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sophie Herold
gajim
Commits
732ed0a1
Commit
732ed0a1
authored
Aug 19, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix theming option names
parent
c4dfc0f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
gajim/gtk/themes.py
gajim/gtk/themes.py
+3
-3
No files found.
gajim/gtk/themes.py
View file @
732ed0a1
...
...
@@ -74,7 +74,7 @@ CSS_STYLE_OPTIONS = [
'.gajim-account-row'
,
StyleAttr
.
BACKGROUND
),
StyleOption
(
_
(
'Account Row Font
Color
'
),
StyleOption
(
_
(
'Account Row Font'
),
'.gajim-account-row'
,
StyleAttr
.
FONT
),
...
...
@@ -86,7 +86,7 @@ CSS_STYLE_OPTIONS = [
'.gajim-group-row'
,
StyleAttr
.
BACKGROUND
),
StyleOption
(
_
(
'Group Row Font
Color
'
),
StyleOption
(
_
(
'Group Row Font'
),
'.gajim-group-row'
,
StyleAttr
.
FONT
),
...
...
@@ -98,7 +98,7 @@ CSS_STYLE_OPTIONS = [
'.gajim-contact-row'
,
StyleAttr
.
BACKGROUND
),
StyleOption
(
_
(
'Contact Row Font
Color
'
),
StyleOption
(
_
(
'Contact Row Font'
),
'.gajim-contact-row'
,
StyleAttr
.
FONT
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment