Explorar o código

add muted style class to status text of newVaultLocationScreen

Armin Schrenk %!s(int64=4) %!d(string=hai) anos
pai
achega
8457c50ebc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main/ui/src/main/resources/fxml/addvault_new_location.fxml

+ 1 - 1
main/ui/src/main/resources/fxml/addvault_new_location.fxml

@@ -50,7 +50,7 @@
 		<VBox spacing="6">
 			<Label text="%addvaultwizard.new.locationLabel" labelFor="$locationTextField"/>
 			<TextField promptText="%addvaultwizard.new.locationPrompt" text="${controller.vaultPath}" editable="false" disable="${!controller.anyRadioButtonSelected}" HBox.hgrow="ALWAYS"/>
-			<Label fx:id="vaultPathStatus" alignment="CENTER_RIGHT" wrapText="true" visible="${controller.anyRadioButtonSelected}" maxWidth="Infinity" graphicTextGap="6" text="${controller.statusText}" graphic="${controller.statusGraphic}" />
+			<Label fx:id="vaultPathStatus" styleClass="label-muted" alignment="CENTER_RIGHT" wrapText="true" visible="${controller.anyRadioButtonSelected}" maxWidth="Infinity" graphicTextGap="6" text="${controller.statusText}" graphic="${controller.statusGraphic}" />
 		</VBox>
 
 		<Region VBox.vgrow="ALWAYS"/>