mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-28 13:46:11 -04:00
修改占位的默认值的格式
This commit is contained in:
parent
95458afed7
commit
4d8e756d56
@ -71,7 +71,7 @@ public class TaskExecutorDialogPane extends BorderPane {
|
||||
this.setBottom(bottom);
|
||||
bottom.setPadding(new Insets(0, 8, 8, 8));
|
||||
{
|
||||
lblProgress = new Label("0.0B/s"); // Prevent sudden changes in layout
|
||||
lblProgress = new Label("0.0 B/s"); // Prevent sudden changes in layout
|
||||
bottom.setLeft(lblProgress);
|
||||
BorderPane.setMargin(lblProgress, new Insets(4, 0, 0, 20));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user