mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +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(
|
||||
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 )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue