|
@@ -20,7 +20,7 @@
|
|
|
</padding>
|
|
|
<children>
|
|
|
<Region VBox.vgrow="ALWAYS"/>
|
|
|
- <Label text="%addvaultwizard.new.enterPassword"/>
|
|
|
+ <Label text="%addvaultwizard.new.enterPassword" labelFor="$passwordField"/>
|
|
|
<SecPasswordField fx:id="passwordField"/>
|
|
|
<HBox spacing="6.0" prefHeight="6.0" cacheShape="true" cache="true">
|
|
|
<Region HBox.hgrow="ALWAYS" fx:id="passwordStrengthLevel0" cacheShape="true" cache="true" />
|
|
@@ -29,9 +29,9 @@
|
|
|
<Region HBox.hgrow="ALWAYS" fx:id="passwordStrengthLevel3" cacheShape="true" cache="true" />
|
|
|
<Region HBox.hgrow="ALWAYS" fx:id="passwordStrengthLevel4" cacheShape="true" cache="true" />
|
|
|
</HBox>
|
|
|
- <Label fx:id="passwordStrengthLabel" styleClass="caption-label" />
|
|
|
+ <Label fx:id="passwordStrengthLabel" styleClass="caption-label" labelFor="$passwordField" />
|
|
|
<Region VBox.vgrow="ALWAYS"/>
|
|
|
- <Label text="%addvaultwizard.new.reenterPassword"/>
|
|
|
+ <Label text="%addvaultwizard.new.reenterPassword" labelFor="$reenterField"/>
|
|
|
<SecPasswordField fx:id="reenterField"/>
|
|
|
<HBox fx:id="passwordMatchBox" spacing="12.0" alignment="BASELINE_RIGHT" >
|
|
|
<!-- TODO
|
|
@@ -40,7 +40,7 @@
|
|
|
-->
|
|
|
<Rectangle fx:id="checkmark" width="10" height="10" fill="green"/>
|
|
|
<Rectangle fx:id="cross" width="10" height="10" fill="red"/>
|
|
|
- <Label fx:id="passwordMatchLabel" />
|
|
|
+ <Label fx:id="passwordMatchLabel" labelFor="$reenterField" />
|
|
|
</HBox>
|
|
|
<Region VBox.vgrow="ALWAYS"/>
|
|
|
<ButtonBar buttonMinWidth="120" buttonOrder="B+I">
|