Prechádzať zdrojové kódy

add style class to text object

Armin Schrenk 2 rokov pred
rodič
commit
155558caa8

+ 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>