mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-30 17:24:08 +00:00
fix: about dialog in dark mode.
This commit is contained in:
parent
e831d5dbbe
commit
e5a0fa864c
2
about.cc
2
about.cc
|
@ -88,7 +88,7 @@ About::About( QWidget * parent, std::vector< sptr< Dictionary::Class > > * dicto
|
||||||
QString::fromUtf8(
|
QString::fromUtf8(
|
||||||
creditsFile.readAll() ).split( '\n', Qt::SkipEmptyParts );
|
creditsFile.readAll() ).split( '\n', Qt::SkipEmptyParts );
|
||||||
|
|
||||||
QString html = "<html><body style='color: black; background: #f4f4f4;'>";
|
QString html = "<html><body>";
|
||||||
|
|
||||||
for( int x = 0; x < creditsList.size(); ++x )
|
for( int x = 0; x < creditsList.size(); ++x )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue