only show migration's progressbar when there actually is any progress

This commit is contained in:
Sebastian Stenzel
2019-10-13 15:20:38 +02:00
parent b5cb129ff0
commit 111e500928

View File

@@ -24,8 +24,7 @@
<NiceSecurePasswordField fx:id="passwordField"/>
</VBox>
<ProgressBar progress="${controller.migrationProgress}" prefWidth="Infinity"/>
<FormattedLabel format="progress: %.3f" arg1="${controller.migrationProgress}"/>
<ProgressBar progress="${controller.migrationProgress}" prefWidth="Infinity" visible="${controller.vault.processing}"/>
<VBox alignment="BOTTOM_CENTER" VBox.vgrow="ALWAYS">
<ButtonBar buttonMinWidth="120" buttonOrder="B+X">