소스 검색

added missing text flow class

Tobias Hagemann 5 년 전
부모
커밋
200e8f7b79
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      main/ui/src/main/resources/fxml/vault_detail_welcome.fxml
  2. 1 1
      main/ui/src/main/resources/fxml/wrongfilealert.fxml

+ 2 - 2
main/ui/src/main/resources/fxml/vault_detail_welcome.fxml

@@ -13,8 +13,8 @@
 		<ImageView VBox.vgrow="ALWAYS" fitHeight="128" preserveRatio="true" smooth="true" cache="true">
 			<Image url="/bot.png"/>
 		</ImageView>
-		
-		<TextFlow prefWidth="-Infinity" visible="${controller.noVaultPresent}" managed="${controller.noVaultPresent}">
+
+		<TextFlow styleClass="text-flow" prefWidth="-Infinity" visible="${controller.noVaultPresent}" managed="${controller.noVaultPresent}">
 			<Text text="%main.vaultDetail.welcomeOnboarding"/>
 			<Text text=" "/>
 			<Hyperlink text="docs.cryptomator.org" styleClass="hyperlink-underline" onAction="#visitGettingStartedGuide"/>

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

@@ -49,7 +49,7 @@
 				<Label text="%wrongFileAlert.instruction.2" wrapText="true"/>
 				<Label text="%wrongFileAlert.instruction.3" wrapText="true"/>
 			</VBox>
-			<TextFlow>
+			<TextFlow styleClass="text-flow">
 				<Text text="%wrongFileAlert.link"/>
 				<Text text=" "/>
 				<Hyperlink styleClass="hyperlink-underline" text="docs.cryptomator.org" onAction="#openDocumentation"/>