瀏覽代碼

centered main.vaultlist.emptyList.onboardingInstruction

Tobias Hagemann 5 年之前
父節點
當前提交
1c5ecf8c01
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      main/ui/src/main/resources/fxml/vault_list.fxml

+ 1 - 1
main/ui/src/main/resources/fxml/vault_list.fxml

@@ -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>