mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-19 00:56:52 -04:00
added missing text flow class
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user