|
@@ -26,7 +26,7 @@
|
|
|
</ListView>
|
|
|
<VBox visible="${controller.emptyVaultList}" spacing="6" alignment="CENTER">
|
|
|
<Region VBox.vgrow="ALWAYS"/>
|
|
|
- <Label VBox.vgrow="NEVER" text="%main.vaultlist.emptyList.onboardingInstruction" wrapText="true"/>
|
|
|
+ <Label VBox.vgrow="NEVER" text="%main.vaultlist.emptyList.onboardingInstruction" textAlignment="CENTER" wrapText="true"/>
|
|
|
<Arc VBox.vgrow="NEVER" styleClass="onboarding-overlay-arc" type="OPEN" centerX="50" centerY="0" radiusY="100" radiusX="50" startAngle="0" length="-60" strokeWidth="1"/>
|
|
|
</VBox>
|
|
|
</StackPane>
|