Merge pull request #48 from byancey/master

Operation Fixes
This commit is contained in:
Tiago Conceição
2020-09-11 02:10:33 +01:00
committed by GitHub
3 changed files with 3 additions and 2 deletions
@@ -16,7 +16,7 @@ namespace UVtools.Core.Operations
public override string Description =>
"Edits the available print parameters.";
public override string ConfirmationText => null;
public override string ConfirmationText => "commit print parameter changes?";
public override string ProgressTitle => null;
+1 -1
View File
@@ -114,7 +114,7 @@ namespace UVtools.Core.Operations
{
return ItemCount == 0 ?
$"{ProcessedItems}/? {ItemName}" :
$"{ProcessedItems}/{ItemCount} {ItemName} - {ProgressPercent:0.00}%";
$"{ProcessedItems}/{ItemCount} {ItemName} | {ProgressPercent:0.00}%";
}
}
}
@@ -106,6 +106,7 @@
//
// cbPresetHelpers
//
this.cbPresetHelpers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbPresetHelpers.FormattingEnabled = true;
this.cbPresetHelpers.Items.AddRange(new object[] {
"Free use",