mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Smaller UI adjustments
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user