Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
K3b
Commits
a267d058
Commit
a267d058
authored
Feb 06, 2020
by
Albert Astals Cid
Browse files
Fix color of tracks in Media Info
BUGS: 389428
parent
a2221dc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/k3bdiskinfoview.cpp
View file @
a267d058
...
...
@@ -100,12 +100,16 @@ void K3b::DiskInfoView::reloadMedium()
.
arg
(
theme
->
palette
().
color
(
QPalette
::
Foreground
).
name
());
}
s
+=
QString
(
".infovalue { font-weight:bold; padding-left:10px; color:%1; } "
".infokey { color:%2; } "
".trackheader { text-align:left; } "
".session { font-style:italic; } "
".cdtext { font-weight:bold; font-style:italic; } "
".infokey { color:%1; } "
".trackheader { text-align:left; color:%1; } "
".session { font-style:italic; color:%1; } "
".cdtext { font-weight:bold; font-style:italic; color:%1; } "
".tracknumber { color:%1; } "
".tracktype { color:%1; } "
".trackattributes { color:%1; } "
".trackrange { color:%1; } "
".tracklength { color:%1; } "
"td { vertical-align:top; } "
)
.
arg
(
theme
->
palette
().
color
(
QPalette
::
Foreground
).
name
())
.
arg
(
theme
->
palette
().
color
(
QPalette
::
Foreground
).
name
());
s
+=
"</style>"
"</head>"
...
...
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