Added several improvements XIX

This commit is contained in:
Robert Vokac 2024-01-14 17:19:06 +00:00
parent c636853666
commit eb3fcd3a1b
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -196,7 +196,7 @@ public class TimeCalc {
System.out.println(e);
}
if(image != null) {
toasterManager.setToasterWidth(400);
toasterManager.setToasterWidth(450);
toasterManager.setToasterHeight(300);
toasterManager.showToaster( new ImageIcon(image), "Progress: " + (formatter2.format(percent*100)) + "%" );
} else {