Smaller UI adjustments

This commit is contained in:
Klaus Basan
2018-10-08 22:02:45 +02:00
parent 773a5191a3
commit 80f2dec764
3 changed files with 4 additions and 4 deletions

View File

@@ -116,7 +116,7 @@ namespace BlackGui
if (sets > 0 || caches > 0)
{
const CStatusMessage m = CStatusMessage(this).validationError("Copied %1 sets and %2 caches for '%3'") << sets << caches << selectedSimulators.toQString(true);
const CStatusMessage m = CStatusMessage(this).validationInfo("Copied %1 sets and %2 caches for '%3'") << sets << caches << selectedSimulators.toQString(true);
this->showOverlayMessage(m);
}
}