Explorar el Código

add style class to text object

Armin Schrenk hace 2 años
padre
commit
155558caa8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>