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);
}
}

View File

@@ -59,7 +59,7 @@
<item>
<widget class="QLabel" name="lbl_Of">
<property name="text">
<string>of simulator:</string>
<string>simulator:</string>
</property>
</widget>
</item>
@@ -89,7 +89,7 @@
<item>
<widget class="QCheckBox" name="cb_Silent">
<property name="text">
<string>silent mode (no dialogs)</string>
<string>silent (no dialogs)</string>
</property>
</widget>
</item>

View File

@@ -395,7 +395,7 @@ namespace BlackGui
if (copied > 0)
{
const CStatusMessage m = CStatusMessage(this).info("Copied %1 settings") << copied;
const CStatusMessage m = CStatusMessage(this).validationInfo("Copied %1 settings") << copied;
this->showOverlayMessage(m);
}