mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
Smaller UI adjustments
This commit is contained in:
@@ -116,7 +116,7 @@ namespace BlackGui
|
|||||||
|
|
||||||
if (sets > 0 || caches > 0)
|
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);
|
this->showOverlayMessage(m);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="lbl_Of">
|
<widget class="QLabel" name="lbl_Of">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>of simulator:</string>
|
<string>simulator:</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="cb_Silent">
|
<widget class="QCheckBox" name="cb_Silent">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>silent mode (no dialogs)</string>
|
<string>silent (no dialogs)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
@@ -395,7 +395,7 @@ namespace BlackGui
|
|||||||
|
|
||||||
if (copied > 0)
|
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);
|
this->showOverlayMessage(m);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user