Skip to content

Commit 2568627

Browse files
committed
Fixed font color of warning message
1 parent d27f27a commit 2568627

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/app/dialog/mainwindowsupport.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -630,9 +630,9 @@ void MainWindowSupport::PrepareScatteringRegimeWarning(double clearanceToWavelen
630630
QString strTienCriteria;
631631
QString strGalyCriteria;
632632

633-
QString strTienDorlenLink = "<a href='https://doi.org/10.1615/AnnualRevHeatTransfer.v1.30' style='color: #0000EE;'>Tien and Drolen (1987)</a>";
634-
QString strGalyLink = "<a href='https://doi.org/10.1016/j.jqsrt.2020.106924' style='color: #0000EE;'>Galy et al. (2020)</a>";
635-
QString strRegimeLink = QString("<a href='https://github.com/VirtualPhotonics/MieSimulatorGUI/wiki/Scattering-Regime-Analysis' style='color: #0000EE;'>%1</a>").arg(strRegime);
633+
QString strTienDorlenLink = "<a href='https://doi.org/10.1615/AnnualRevHeatTransfer.v1.30' style='color: #0087EE;'>Tien and Drolen (1987)</a>";
634+
QString strGalyLink = "<a href='https://doi.org/10.1016/j.jqsrt.2020.106924' style='color: #0087EE;'>Galy et al. (2020)</a>";
635+
QString strRegimeLink = QString("<a href='https://github.com/VirtualPhotonics/MieSimulatorGUI/wiki/Scattering-Regime-Analysis' style='color: #0087EE;'>%1</a>").arg(strRegime);
636636

637637
// Low Concentration Regime
638638
if (volFraction <= 0.006)
@@ -723,7 +723,7 @@ void MainWindowSupport::PrepareScatteringRegimeWarning(double clearanceToWavelen
723723
"Results should be interpreted with caution.<br>"
724724

725725
"<table border='1' cellspacing='0' cellpadding='4' style='border-collapse: collapse; width: 100%;'>"
726-
" <tr bgcolor='#f2f2f2'>"
726+
" <tr bgcolor='#a0a0a0'>"
727727
" <td><b>Source</b></td>"
728728
" <td><b>Assessment</b></td>"
729729
" <td><b>Independence Rules</b></td>"

0 commit comments

Comments
 (0)