add link to mounting documentation

This commit is contained in:
Armin Schrenk
2023-02-07 15:23:04 +01:00
parent bd75370dfd
commit c19a86a348
3 changed files with 25 additions and 1 deletions
@@ -5,6 +5,7 @@
<?import javafx.geometry.Insets?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ChoiceBox?>
<?import javafx.scene.control.Hyperlink?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.Separator?>
<?import javafx.scene.layout.HBox?>
@@ -58,5 +59,16 @@
</graphic>
</Label>
</VBox>
<Separator orientation="HORIZONTAL"/>
<VBox HBox.hgrow="ALWAYS" spacing="6">
<Label text="%preferences.volume.docs.description" wrapText="true" VBox.vgrow="ALWAYS"/>
<Hyperlink text="%preferences.volume.docs.linkText" onAction="#openDocs" contentDisplay="LEFT">
<graphic>
<FontAwesome5IconView glyph="LINK"/>
</graphic>
</Hyperlink>
</VBox>
</children>
</VBox>