|
@@ -20,7 +20,7 @@
|
|
|
<Insets bottom="12.0" left="12.0" right="12.0" top="12.0"/>
|
|
|
</padding>
|
|
|
<children>
|
|
|
- <FormattedLabel format="%unlock.passwordPrompt" arg1="${controller.vault.displayableName}"/>
|
|
|
+ <FormattedLabel format="%unlock.passwordPrompt" arg1="${controller.vault.displayableName}" wrapText="true"/>
|
|
|
<SecPasswordField fx:id="passwordField"/>
|
|
|
<CheckBox fx:id="savePassword" text="%unlock.savePassword" onAction="#didClickSavePasswordCheckbox"/>
|
|
|
|