Browse Source

add style class to text object

Armin Schrenk 2 years ago
parent
commit
155558caa8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/fxml/vault_options_mount.fxml

+ 1 - 1
src/main/resources/fxml/vault_options_mount.fxml

@@ -26,7 +26,7 @@
 	</padding>
 	<children>
 		<TextFlow>
-			<Text text="%vaultOptions.mount.info"/>
+			<Text text="%vaultOptions.mount.info" styleClass="label"/>
 			<Text text=" "/>
 			<Hyperlink styleClass="hyperlink-underline" text="%vaultOptions.mount.linkToPreferences" onAction="#openVolumePreferences" wrapText="true"/>
 		</TextFlow>